Learning CSS, need to know if what I want is possible.

paruhd0x

Diamond Member
Apr 2, 2000
3,100
0
0
I'm trying to do this without absolute positions. I'm not sure how to do it... I've been learning CSS for the past week from online tutorials, and have searched everywhere but cannot figure out how to do this. I know tables can do this, but since learning CSS... I've been trying to stay away from tables. Any help is appreciated, if you can show example code that would be awesome.
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
My guess is yes you can do that. CSS can do almost anything tables can. But I'm a n00b and I might be wrong.

The problem is getting it to display correctly over different browsers.
 

paruhd0x

Diamond Member
Apr 2, 2000
3,100
0
0
Originally posted by: fatbaby
You can do that easily if you know the positioning

I need to do this without absolute positioning though. Because I'm going to be using PHP to create each box for news entries on my site.