|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS in place of tables
So I'm trying to do my first site useing CSS for layout rather than tables. How would i do something similar to putting a bunch of images in sepearte <td></td> in the same <tr></tr>
Basicly I want my CSS to create what would be created by <tr> <td></td> <td></td> <td></td> </tr> |
|
#2
|
|||
|
|||
|
RE: CSS in place of tables
check out the CSS specifications on the w3c site, the display property, the float property, margins, padding, etc..
|
|
#3
|
|||
|
|||
|
RE: CSS in place of tables
|
|
#4
|
||||
|
||||
|
RE: CSS in place of tables
one of the sites at the forefront of tableless design is www.csszengarden.com it has no tables and has over 100 css files that "skin" the site with a click of a link.
You can download the files and see what they are doing and the idea is very cool. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > CSS in place of tables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|