CSS layout question.
CSS layout question.
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- billyFUN0
hulja, your solution would cause the user to download a different css file for each page instead of one slightly larger css file. I don't really think any potential bandwidth savings would be worthwhile.
And as for maintaining the code that wouldn't be much of a problem if you used more semantic names for the various body classes(or IDs).
eg.
body id="homepage"
body id="contactpage"
etc..