View Single Post
  #10  
Old 07-20-2009, 12:10 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Big Button ie6 bug

This is CSS file so you should use
/*BACKGROUND-IMAGE: URL(../../images/tab_bg2.gif);*/

instead of

{*BACKGROUND-IMAGE: URL(../../images/tab_bg2.gif);*}
to comment the line.

All browsers skip the invalid css lines but IE6 possibly skips the next rule after this one also.

To check this you can change your CSS to
Code:
{*BACKGROUND-IMAGE: URL(../../images/tab_bg2.gif);*} TEXT-COLOR: #fefefe; BACKGROUND-COLOR: #000000; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-ALIGN: center;
I suppose you will get right background color but font-color won't be applied.

PS AFAIK there is no valid property TEXT-COLOR. The right variant is COLOR

__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote