This is a quick tip. I'm feeling lazy today
XHTML is case-sensitive. This applies to your CSS as well. So if you have two CSS IDs in your code, say #nav-main, and #nav-Main, the document sees those as two different IDs. But you can't apply those two IDs to elements in the document.
So the point is, be careful of your capitalization schemes, and keep consistent.
Tagged As Tip
Comments are Open (0)
Posted at 08:56 AM