On Sun, 02 Jan 2005 19:36:43 +0100, Eelco Hillenius wrote:

>CSS is the best thing ever happened in the field of web applications. 
>Finally you're able to actually create maintainable webapps, that are 
>suited for working with teams.
>
>Not until this year, we adopted working with CSS instead of tables and 
>stuff. It's a huge difference for how we can manage our projects!
>
>Using nested tables etc to achieve a certain layout. Now *that's* a 
>nightmare.

Eelco,

        Yes, CSS is an improvement on client-side technology to be
sure. The reason I am even using a nested <table> within eight DIV is
because a bug in IE and Mozilla that causes text inside the DIVs to
flow outside the round-corner panel unless you nest them inside a
table. If that bug wouldn't exist, I wouldn't need a <table> -- but
such is the reality of client side technologies.

        Anyway, my dislike from CSS really comes from dislike for
client-side technologies in general. It is an improvement, to be sure,
but I much prefer handling this sort of stuff on the server end where I
have far more control and have to worry about far less bugs with the
billions of clients out there.

Gili



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to