If it's not working there, you might have some CSS error that is causing everything after it to be ignored. Try moving the rule to the top of the stylesheet, say near the body {} rule. If that makes it work, you can successively move it lower in the file (big jumps at first) until it stops working. Between the last two locations will be the error; you can move the rule bit by bit until you narrow it down sufficiently to where the error is.
If moving the rule to the top makes the site go wonky, examine this rule closely to make sure you haven't messed up something in it.


Reply With Quote

