Re: [Webwork-devel] Controls and CSS vs tables
Brought to you by:
baldree,
rickardoberg
From: Mike Cannon-B. <mi...@at...> - 2002-01-20 02:21:31
|
No! My vote is definitely -1 on this one. The default templates as is use tables which is much more cross browser compatible and easy to modify IMHO. I have no problem with a CSS 'scheme' for templates but IMHO the default should use tables. I know people are going to bitch about which the 'default' scheme should be - so I have a counter argument ;) Why not add a configuration option for the 'default' scheme to webwork.properties? ui.scheme.default=css Etc. That way tables can be the default (with no extra configuration) and people with the 'know how' can easily change to CSS as the default scheme with one change (not changing every <ui> tag!) - much less bitching! (IMHO this option also has lots of extra uses, sometimes I'd like to 'design' a new scheme and then swap the entire site at once to a new scheme - this would make it very easy) My $0.02. -mike On 19/1/02 10:18 AM, "Rickard" (ri...@mi...) penned the words: > Hey > > I'm fiddling with the WebWork controls for use in TSS, and tried to > convert the templates to use CSS instead of tables for layout control. > > It was pretty simple, and the result was much less JSP's and easier to > control in more detail, plus there's no need for a table to construct a > form this way. Much nicer. > > So, is everyone ok with using this instead of the table approach to > doing layout? I tested it with Mozilla, IE 5.5 and Opera 6, and they all > liked the CSS. > > /Rickard |