shooraijin wrote:My main problem with <divs> is that CSS support is b0rken in some browser versions which are widely in use (Netscape 4.7-4.8, for one), and the level of support for certain features between Mozilla and IE browsers is still unequal.
Tables, on the other hand, "just work."
Zedian wrote:Straylight your right, that second website's code certainly looks a LOT cleaner then the first one. The first site was a long trip down...the second one the variables were declared -- line after line everything displayed was shown pretty smooth.
Just a question, probably not related to the topic. I've never worked with VB forums, is the code generated as each object is created like the Visual Basic.NET programming language or must you laboriously make each line ?
Anyway, SL... I was under the impression that the tables you are using on CAA ARE defined in CSS... The sheet is included on the pages dynamically, as the are coming out of PHP, but it's deffinately there. That's how you get those elegant class definitions for the thin black line. Which I stole for my PHP based admin screen...
<table border=0 cellspacing=1 cellpadding=5 class="tborder" width=100%>
<tr>
<td class="redbar" align="center">
<font class="navbar">- Session Tracking and Debug Information -</font>
</td>
</tr>
<tr>
<td class="bare">
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td class="bare"><font class="disclaimer">You are currently logged in as root</font></td>
<td align=right class="bare"><font class="disclaimer">04/15/2004 - 08:33 am - nnn.nnn.nnn.nnn</font></td>
</tr>
</table>
</td>
</tr>
</table>
Users browsing this forum: No registered users and 61 guests