![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In order to temper my rush to kill off tables with my new css-based-freedom, I thought I'd pose the question: when are tables appropriate? I know this seems like a basic question but is it still appropriate to use tables to display tabular data and just style it with css? Or is there a better way to do things which doesn't involve so much html? |
#3
| |||
| |||
|
|
In order to temper my rush to kill off tables with my new css-based-freedom, I thought I'd pose the question: when are tables appropriate? I know this seems like a basic question but is it still appropriate to use tables to display tabular data and just style it with css? Or is there a better way to do things which doesn't involve so much html? |
#4
| |||
| |||
|
|
Ruth wrote: In order to temper my rush to kill off tables with my new css-based-freedom, I thought I'd pose the question: when are tables appropriate? I know this seems like a basic question but is it still appropriate to use tables to display tabular data and just style it with css? Or is there a better way to do things which doesn't involve so much html? You'll probably get the full spectrum of possible replies, but my position is that it is much easier to use <TABLE> for tabular data. I've tried my best to get a CSS "Table" to look as good as an HTML TABLE> and failed almost completely. You'll even run into problems using CSS to tweak your table's appearances. I wrote two classes for two distinct table types, with and without borders. Then I tried using the CSS classes in nested tables (of truly tabular data). I could get the tables working one way around (say borderless inside one cell of a bordered table) but if I then tries to do it the opposite way around (bordered inside borderless) then both tables came out with borders. |
|
Trying to do tables in CSS is like trying to teach a pig to whistle: http://www.swiftys.org.uk/wiz?282 |

![]() |
| Thread Tools | |
| Display Modes | |
| |