SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Content Layout Problem
-
Sep 7, 2007, 15:51 #1
- Join Date
- Dec 2006
- Location
- Vlorė, Albania
- Posts
- 446
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Content Layout Problem
Hi!
My problem is that the central column of a three-column site does not "obey". In IE 6 it goes down, under the left column. In FF it is ok, but the footer behaves as to be part of the central column whereas it is not.
A little helping would be much appreciated.Thanks!
The link is: http://superalb.com/udhaebesimtareve/
-
Sep 7, 2007, 16:26 #2
- Join Date
- Jul 2006
- Location
- Victoria, Australia
- Posts
- 4,122
- Mentioned
- 29 Post(s)
- Tagged
- 2 Thread(s)
Hello,
I think the few empty lines above your doctype are throwing IE into quirks mode.
You should use a strict doctype also.
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
Bookmarks