ThemeForest

a.classname not work in ie6

91 posts
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Sold between 100 and 1 000 dollars
  • United States
cdogmx says

I’m trying to finish up a template and in ie 6 i’m not getting a correct font color for a menu item.

http://onitindustries.com/templates/designcom/index.html

that is what i’m working on. in ie6 the main navigation links 1 and 3 aren’t supporting the color.

this is the css for it.

ul.dropdown li a.mainLink { color: #b5cf5f; }

any ideas?

2955 posts
  • Community Superstar
  • Sold between 1 000 and 5 000 dollars
  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States
  • Exclusive Author
chrisakelley says
I’m trying to finish up a template and in ie 6 i’m not getting a correct font color for a menu item.

http://onitindustries.com/templates/designcom/index.html

that is what i’m working on. in ie6 the main navigation links 1 and 3 aren’t supporting the color.

this is the css for it.

ul.dropdown li a.mainLink { color: #b5cf5f; }

any ideas?

my guess would be because your using multiple classes on the dropdown menu try just and see if it changes it


li a.mainLink {
    color: #b5cf5f;
}
1129 posts
  • Has been a member for 5-6 years
  • Sold between 10 000 and 50 000 dollars
  • Exclusive Author
  • Interviewed on the Envato Notes blog
  • Philippines
  • Bought between 10 and 49 items
  • Referred between 200 and 499 users
mabuc says

try to complete tags a

ul.dropdown li a.mainLink:link,
ul.dropdown li a.mainLink:visited { 
   color: #b5cf5f; 
}

I hope this helps… ;)

91 posts
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Sold between 100 and 1 000 dollars
  • United States
cdogmx says
try to complete tags a
ul.dropdown li a.mainLink:link,
ul.dropdown li a.mainLink:visited { 
   color: #b5cf5f; 
}
I hope this helps… ;)

that did the trick.

thanks to both of you =0]

1129 posts
  • Has been a member for 5-6 years
  • Sold between 10 000 and 50 000 dollars
  • Exclusive Author
  • Interviewed on the Envato Notes blog
  • Philippines
  • Bought between 10 and 49 items
  • Referred between 200 and 499 users
mabuc says
try to complete tags a
ul.dropdown li a.mainLink:link,
ul.dropdown li a.mainLink:visited { 
   color: #b5cf5f; 
}
I hope this helps… ;)

that did the trick.

thanks to both of you =0]

yes that should fix it, I tried it many times in IE6 ;)

by
by
by
by
by