fixed tables on my php page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
AdrenalineSeed
Forum Newbie
Posts: 24
Joined: Sat Oct 09, 2010 5:54 pm

fixed tables on my php page

Post by AdrenalineSeed »

Hello,

I defined my tables like this

Code: Select all

 <td width="700" height="23">
<table border="0">
  <tr> 
    <td width="361" height="23"> .....
So there is no % in the width and then I went into my css document and added this:

table { table-layout: fixed;}

Yet when you shrink the browser size, the table still moves around both in Chrome and IE9.
Post Reply