|
Tailslide -> RE: CSS rollover not working (7/28/2007 13:50:02)
|
You've got font tags in the markup itself which is overruling the CSS in the stylesheet. Remove all the font tags (or at least the colour bits of those font tags) and closing font tags around the links and the rollovers will work. It's much less confusing and much easier to manage if you can put all the styles in the external stylesheet, not just the link styles. That way it's both much easier to change stuff globally and it's less confusing as you don't run into priority problems. Rules in the stylesheet will be overruled by rules in the head of the document and both of those will be overruled by either styles or old fashioned presentational tags like font tags in the body of the document itself.
|
|
|
|