Page 1 of 1

Strange Problem

Posted: Sun Aug 13, 2006 6:26 am
by wizzard
Hello,

I have a strange problem with my tables.

http://www.vakantiebegin.be/contact.html

http://www.vakantiebegin.be/

Visit the above 2 links and you will see that the colums width is changing and i don't know whats wrong because i set in my css file the width for the left middle and right table.

But when i add a table in my middle table then the size is changing automatic even when i set the width on 300px when the main width of the middle column is 490px.

Can someone give me any advice please?

Posted: Sun Aug 13, 2006 7:16 pm
by RobertGonzalez
The tables stay the same in FF. What browser are you using to check?

Posted: Sun Aug 13, 2006 7:33 pm
by blackbeard
If I remember right, you need to set the width on the table itself, not the elements. Use table-layout: fixed in your CSS declaration. After setting the width on the table, then you can set the td element widths as needed.

As a side note, if you're using CSS, you'd probably be better off using div tags, and using them to separate out your content.

Posted: Sun Aug 13, 2006 10:22 pm
by Weirdan
The tables stay the same in FF.
Ditto for Bon Echo