Table VS css
Table VS css
Out of context: Reply #48
- Started
- Last post
- 67 Responses
- kinetic0
css and divs are cool...i've been using them a lot more lately and its nice and clean.
the only thing i hate is that the div is 100% if the browser...so if you have content that stretches past the browser, divs that you have that are 100% will disappear when you scroll down (because the content goes past the browser, and the divs stretch to 100% which is 100% of the browser window)
haven't quite figured that one out yet