From: Peter E. <pe...@dr...> - 2003-02-21 08:24:48
|
At 10:29 AM 2/20/2003 -0500, you wrote: >Just a quick show of hands: how many folks would like to use CSS for >display formatting in OI2 versus the current inlined font/color/etc. >stuff? I'd second Andrew on this, use CSS2. Cross-platform support is a bit patchy in places (I tend to resort to tables for layout) but it is much easier providing themes for different customers using CSS and degrades well on older browsers. I've been down the hand-coded FONT tags route and converting to stylesheets was not fun. One problem I've found is if you use a SELECT dropdown then it shows through layers. This is part of the HTML standard, unfortunately, so there's a choice of simple screens (my preference), or using Javascript to show/hide SELECTs, or using TABLEs as containers instead of DIVs. -Peter --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.443 / Virus Database: 248 - Release Date: 10/01/2003 |