On 7/04/2010, at 6:50 AM, Shanna Cramer wrote:

> Hello all, nice to meet you.
>
> I need some help on IE. The only PC here has XP home / IE8. I don’t  
> yet know
> what problems the other versions have.
>
> The site is http://www.valleyseniorservices.org/
> The CSS is at
> http://www.valleyseniorservices.org/wp-content/themes/vss/style.css
>
> To see what the site should look like, open it in Firefox (mac or pc),
> Chrome (mac or pc) or Safari.
> In IE, the left sidebar is missing, the right sidebar is mostly off  
> the
> page. The rounded corners are gone, but AFIK that can’t be fixed  
> with CSS? I
> just need all items to show up on the page. I think it must be  
> something
> simple I am overlooking, but I just can’t see what

Putting anything before the doctype throws the document into quirks  
mode (http://en.wikipedia.org/wiki/Quirks_mode). Remove the comments  
and the xml prolog and it will render much better. You can use the  
developer tools in IE8 to give a close enough approximation of IE7 by  
changing the 'Browser mode' (top of the developer bar). It will also  
show you what the document mode is and allow you to change that on the  
fly as well.

Cheers, Tim
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to