Brandon Blatcher wrote:
> Hello.
>
> I'm working a website, an online voting form for site. However, I'm
> having problems with the layout in ie6 and 7. Works fie in Firefox and
> Opera.
>
> It's a three column template, #14 from layout gala
> (http://blog.html.it/layoutgala/LayoutGala14.html), yet the left column
> doesn't stay put in ie6 and 7. Instead it floats in front of the main
> content.
>
> I'm new to this stuff and tried to source out the problem with position
> is everything (http://www.positioniseverything.net/explorer.html), but
> couldn't see or figure out a bug match.
>
> Can you explain or help why the left column is not staying put in ie6
> and 7 and point me in the direction of a solution? Alternately, is there
> a 3 column template that WILL work with ie 5, 6 and 7 and the more CSS
> compliant browsers? 
>
> example here:
> http://connectsavannah.com/surveys/phpQ/fillsurvey.php?sid=3
>
>   


Brandon,

You've got no doctype and 124 markup validation errors. It will be 
difficult to get any kind of decent cross-browser rendering without a 
doctype. Use the same doctype that LayoutGala uses:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>

Back-up your source file. Run it through Tidy Online 
<http://infohound.net/tidy/>. Tidy will point out the errors and correct 
most of them for you. The remainder can be corrected manually. 
Revalidate the markup art the w3c Validation Service 
<http://validator.w3.org/>. This may not solve all your problems. But it 
is necessary to bring it to, or as close as you can get, to a valid 
state if you expect help in debugging  what problems remain.

Best,
~dL





-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to