Posted by Malte Christensen on 01/08/06 19:24
Bernhard Sturm wrote:
> Malte Christensen wrote:
>
> why not dropping the table based layout entirely? you could achieve the
> same layout by using <div>s, and your source code would be very easy to
> read and maintain.
> e.g.:
> <div id="header">Header</div>
> <div id="main">
> <div id="menu">Menu</div>
> <div id="main">Main Content</div>
> </div>
> <div id="footer"></div>
>
> this looks easier than your table construct (at least to me :-)
>
> bernhard
Very true, and that is what I am attempting. The results using DIVs was
very pleasing (to me) in every browser except MSIE, so I am back to
showing the tables based pages until I fix whatever was wrong.
Navigation:
[Reply to this message]
|