Previous Message
Next Message

modifying a two-column layout...

Sent by Steve Clason on 24 February 2005 22:10


On 2/24/2005 1:59 PM Deep Third Man wrote:
> I am trying to modfy the 456bereastreet layout:
> http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/finished.html
> 
> by stacking an additonal layer of two divs:
> 
> http://www.shrikhande.us/CSSPage/index1.htm
> 
> The embedded CSS validates - but the display falls apart in IE6. I
> checked the display and it looks great in Firefox on a PC and
> Safari/IE on a  Mac.

Remove the xml declaration from your page, which sends IE into "quirks" 
mode and everything ought to be rosy. You'll need to specify a language 
elsewhere to validate as XHTML strict.

<?xml version="1.0" encoding="iso-8859-1"?><!--*****remove****-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

-- 
Steve Clason
Web Design and Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: