Support thread
GHengeveld |
|
---|---|
Well, most of it is semantic. The only thing I'm sure you don't like is the <div><div><div>...</div></div></div> thing. Unfortunately this is (as far as I know) the only way to get flexible blocks with borders and rounded edges in a cross-browser and W3C validated way, without using javascript.
I personally prefer not to use this technique, but sometimes I just have to in order to get the desired effect. I could replace some things with fixed-width alternatives though, which would remove the need for div clustering like that. Although I agree that semantic markup is very important, it is not the holy grail of webdevelopment, and because of that we don't need to have entirely semantic markup (that would only limit our options). I'm not writing the HTML for the next CSS Zen Garden. |
|
This post was edited by Koradhil (2009-08-07 18:01, 15 years ago) |