Page 1 of 1

fixed tables on my php page

Posted: Tue Oct 12, 2010 1:16 pm
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.