SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: CSS + divs instead of tables
-
Sep 16, 2004, 02:22 #1
CSS + divs instead of tables
Hi guys, I`m trying to figure out how to do this:
<table width="790" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="2"><img src="big_img.gif"></td>
<td><img src="img_1.gif"></td>
<td><img src="img_3.gif"></td>
<td><img src="img_5.gif"></td>
</tr>
<tr>
<td><img src="img_2.gif"></td>
<td><img src="img_4.gif"></td>
<td><img src="img_6.gif"></td>
</tr>
</table>
in CSS + divs, but all what I have tried doesn`t work =( If anybody can give me some ideas I would be very glad to hear them.
Thx in advance.
-
Sep 16, 2004, 03:33 #2
- Join Date
- Jan 2004
- Location
- Melbourne, Australia
- Posts
- 7,305
- Mentioned
- 1 Post(s)
- Tagged
- 1 Thread(s)
Hi,
This is a job for tables, so why use divs for it?
-
Sep 16, 2004, 06:49 #3
- Join Date
- Mar 2001
- Posts
- 3,537
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Floating an image thumbnail gallery:
http://css.maxdesign.com.au/floatuto...torial0401.htm
-
Sep 16, 2004, 10:01 #4
mstwntd
Well, after reading a lot of posts at the sitepoint i came to the decision that tables are evil and CSS rulez, that`s why I`m trying to recreate my site using CSS... Maybe I`m wrong about tables and they are not evil ?
7stud
Thx, after reading this article I understood some of the things.
Bookmarks