fixed tables on my php page
Posted: Tue Oct 12, 2010 1:16 pm
Hello,
I defined my tables like this
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.
I defined my tables like this
Code: Select all
<td width="700" height="23">
<table border="0">
<tr>
<td width="361" height="23"> .....table { table-layout: fixed;}
Yet when you shrink the browser size, the table still moves around both in Chrome and IE9.