We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Matteo Baranzoni
  2. General Discussion
  3. Sunday, 07 April 2013
  4.  Subscribe via email
Hy, i'm new in JAT3.

i have problem with Chrome that don't use CSS from custom.css:
http://greenbitweb.com/5.png

Chrome example:
http://greenbitweb.com/3.png

Firefox:
http://greenbitweb.com/4.png
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

your CSS is not complete - you have to write different CSS-rules for different
browsers or use the less-shorthand.

If you are using less, you should use:

#gradient > .vertical(%your_color_2%, %your_color_1%);

If you are using CSS, something like:

background-color: %your_color_1%;
background-image: -moz-linear-gradient ( top,%your_color_2%, %your_color_1% );
background-image: -webkit-gradient ( linear ,0 0, 0 100%, from ( %your_color_2% ) , to ( %your_color_1% ));
background-image: -webkit-linear-gradient ( top, %your_color_2%, %your_color_1% );
background-image: -o-linear-gradient ( top, %your_color_2%, %your_color_1% );
background-image: linear-gradient ( to bottom, %your_color_2%, %your_color_1% );
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr='%your_color_2%', endColorstr='%your_color_1%', GradientType=0 );

Best regards,

Olli
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.