G
GNU
- Original Poster
- #1
Hello all,
After reading a lot about the virtues of CSS eradicating issues of browser compatability associated with HTML, and listening to an associate rant and rave about standards compliance, clean CSS, tables being old hat... I thought I would try and build a site using only CSS.
I wanted a simple site with a header, tabs, content section and footer.
I wanted to add images to round the corners off and leave some whitespace at the bottom.
After a lot of faffing I got something that resembled what I wanted, but found it difficult and un-predicatble to work with.
I never got the white space added to the bottom as I was positioning corner images at 100% (vertical). If I changed this it lead to other problems. I could have added whitespace to the border image, but that would defeat the object of the exercise.
After spending a lot of time messing with different elements I started to read more and more 'hacks for browser x' 'work around's for browser y'. I re-visited the site of the associate i mentioned earlier, and saw browser hacks in his site also.
At that point I completely lost interest and came to the conclusion that the CSS revolution is all hype. It is no easier to build a browser compatible site with CSS than HTML. CSS is a valuable tool, but trying to re-invent the wheel with it is a waste of time, IMO.
If anyone can point me to a PURE CSS site (no tables, browser hacks, images used for spacing etc) that graphically rivals a good HTML site I would be very interested to see it.
After reading a lot about the virtues of CSS eradicating issues of browser compatability associated with HTML, and listening to an associate rant and rave about standards compliance, clean CSS, tables being old hat... I thought I would try and build a site using only CSS.
I wanted a simple site with a header, tabs, content section and footer.
I wanted to add images to round the corners off and leave some whitespace at the bottom.
After a lot of faffing I got something that resembled what I wanted, but found it difficult and un-predicatble to work with.
I never got the white space added to the bottom as I was positioning corner images at 100% (vertical). If I changed this it lead to other problems. I could have added whitespace to the border image, but that would defeat the object of the exercise.
After spending a lot of time messing with different elements I started to read more and more 'hacks for browser x' 'work around's for browser y'. I re-visited the site of the associate i mentioned earlier, and saw browser hacks in his site also.
At that point I completely lost interest and came to the conclusion that the CSS revolution is all hype. It is no easier to build a browser compatible site with CSS than HTML. CSS is a valuable tool, but trying to re-invent the wheel with it is a waste of time, IMO.
If anyone can point me to a PURE CSS site (no tables, browser hacks, images used for spacing etc) that graphically rivals a good HTML site I would be very interested to see it.
