PHP6
04-25-2011, 01:37 PM
Hello,
Can anyone tell me if there is any way to make similar design with pure DIV and CSS? As you can see the whole design contains 3 columns. The center one has fixed size 600 px and it is located in the center of a page. The left and right ones are stretched to the max allowed width.
<table width="100%" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
<td width="600" bgcolor="#FF0000"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
</table>
Thanks in advance and waiting for your reply
Can anyone tell me if there is any way to make similar design with pure DIV and CSS? As you can see the whole design contains 3 columns. The center one has fixed size 600 px and it is located in the center of a page. The left and right ones are stretched to the max allowed width.
<table width="100%" border="1">
<tr>
<td bgcolor="#0000FF"> </td>
<td width="600" bgcolor="#FF0000"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
</table>
Thanks in advance and waiting for your reply