are CSS layouts BS?
are CSS layouts BS?
- Started
- Last post
- 42 Responses
- SF20
Good links
- nRIK0
" I just wish I knew enough to know when I should use tables and when I can work around them.
dcdomain
(nov 6 04, 12:01)"Tables, in html, were meant to be just that. Objects that were used to store tabular data, like spreadsheets, etc and that should be the only time you use them. Tho, as designers, so many of us have come to use that to format and create sites, and have forgotten that...
And ALOT can be achieved with CSS that html can not. Take a look at: http://csszengarden.com/
and mouseovers, simply in CSS:
http://css.maxdesign.com.au/list…(sorry if ppl already said similar)