View Full Version : Table not working in IE


resg
02-04-2004, 09:28 PM
Hello,
I'm having some trouble with a layout I made.

That's how it works: I made a two column table. The right column contains the content, and the left one is split in 9 rows and contains the menu.

The table grows down when the content is long, and only the last row from left column is supposed to grow down too, to equal the right column size. The other rows shouldn't move, and to achieve that, I set height="1" in all rows, except the last one.

The thing is: it works perfectly in mozilla, but not in Internet explorer. In IE, all the rows are resized to match the right column size, not only the last row.

There is a screenshot of the mozilla view here (http://home.ripway.com/2004-1/60046/semt%EDtulo1.gif). This is how the layout is supposed to work. If anyone could check the same layout in ie (http://fotos.diary-x.com is the url), compare it and give me some idea of what to do, I'd be eternally grateful.

Thanks in advance.

MaGiCSuN
02-04-2004, 09:49 PM
add to all your <td> tags valign="top"

also between height ="1" you have this space, try taking it out
nice page btw :) i like the colors :)

Love,
Mirna

Rosey
02-04-2004, 09:57 PM
That doesn't quite to the trick. You need to add a valign top on the <td> that contains the menino.jpg and then at the very bottom, on your last td, add the height of 3000.

MaGiCSuN
02-05-2004, 11:15 AM
that's why i said all <td> :rolleyes:

Rosey
02-05-2004, 07:37 PM
i know , that's the first thing i did but when I tried it, it didn't work. That's all i'm trying to say :)