IE7 seems to be ignoring the styles in my Skin.css, when it comes to overriding SkinObject styles that come from /Portals/_default/default.css. Firefox renders it correctly. For example, the default.css contains:
a.SkinObject:link
{
text-decoration: none;
color: #003366;
}
And I put this in my Skin.css in the skin I am installing: (/Portals/0/Skins/MySkin/Skin.css)
a.SkinObject:hover
{
text-decoration: underline;
color: #339933;
}
which has no effect in IE7.
Anyone know what I'm not doing right?
Thanks