Ok, I will do a CSS based design for my site over spring break
After talking to caillon on #Mozillazine (thank you), I realize it's possible to do what I want to do... also, I've never read the CSS2 standard, so I'm doing that now. When CSS1 came out I read it, but CSS2 is so enormous that I never got around to reading it. (Check out /programmming/#specifications for links to the specs) (I hate how Internet Explorer is too stupid to go to anchors correctly)
You really have to read the specs for these things to fully understand them. I've never bought a book on HTML, the specs have always been enough. Once you read the specs you know everything there is, so you don't need a book. (That's one of the reasons I'm annoyed that the C and C++ specs aren't freely available.)
Do you know that element.classname {} is short for element[class~=classname]? Or what the |= operator does? Or that .classname is short for *.classname? Or that they fixed the !important declarations in CSS2 so that the user gets final say?
See, I have always found it hard to read through the specs behind many of the stuff out there, like CSS and so forth, and I have yet to buy or do much reading of any HTML books. I learnt all of my HTML and CSS from seeing it on the web and borrowing the code.
Sadly I cannot do the same when it comes to learning networking, so I will eventually have to buy more then the books I have here, which literally put me to sleep. I have tried to read the Microsoft Press books on NT 4 Server, Windows 2000 Server and Windows 2000 Pro, but they all put me to sleep.