|
Posted by Amanda on April 19, 2007, 10:39 am
Please log in for more thread options
> Amanda wrote:
>
> > shannon.amandadevries.com
>
> > 1. why is 'container' not being centred in IE?
> > 2. why does the content in 'content' repeat itself
>
> Your DOCTYPE triggers quirks mode, so it is open to buggy, broken
> rendering in all browsers, not just IE. Switch to HTML 4.01 Strict and
> validate your HTML and CSS if you want more predictable and consistent
>
results.http://www.hut.fi/u/hsivonen/doctype.htmlhttp://validator.w3.org/http://jigsaw.w3.org/css-validator/
>
> Even with valid code, IE has
issues:http://www.positioniseverything.net/explorer.html
>
> --
> Berg
Thanks, that definitely fixed things!
Amanda
|