WeLoveCSS Logo
Home Profile Members Search Rules Help New Posts



WeLoveCSS > WEB DESIGN > Browser Compatibility > [SOLVED] Site not visible or screwed up in IE9 - eek!

Reply
  Thread Tools Display Modes
Old 20th June 12, 02:33 AM   #11
PVM3
WLC Lover
 
Join Date: Dec 2008
Posts: 182
Default Re: Site not visible or screwed up in IE9 - eek!

You started with a "no" - do you mean something's wrong with the menu boxes? What, the white outline curves but the boxes don't?
PVM3 is offline   Reply With Quote
Old 20th June 12, 02:45 AM   #12
meesa
WLC Mod
 
meesa's Avatar
 
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
Default Re: Site not visible or screwed up in IE9 - eek!

I mean:
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum.
meesa is offline   Reply With Quote
Old 20th June 12, 02:56 AM   #13
PVM3
WLC Lover
 
Join Date: Dec 2008
Posts: 182
Default Re: Site not visible or screwed up in IE9 - eek!

OK - is that it? I see the problem with the white border/boxes; and you're saying the menu is dropping. Anything else?

Thanks!
PVM3 is offline   Reply With Quote
Old 20th June 12, 02:59 AM   #14
meesa
WLC Mod
 
meesa's Avatar
 
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
Default Re: Site not visible or screwed up in IE9 - eek!

Not that I know of.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum.
meesa is offline   Reply With Quote
Old 20th June 12, 03:01 AM   #15
PVM3
WLC Lover
 
Join Date: Dec 2008
Posts: 182
Default Re: Site not visible or screwed up in IE9 - eek!

I just read something saying IE9 doesn't render gradients - I don't know if that's the problem. Ie8 just ignores the gradient and the box-radius, which is fine. It doesn't split the difference.
PVM3 is offline   Reply With Quote
Old 20th June 12, 06:49 AM   #16
meesa
WLC Mod
 
meesa's Avatar
 
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
Default Re: Site not visible or screwed up in IE9 - eek!

I don't know about gradients, but the border should work fine. It could be an over flow thing, where the parent has the radius, but the child isn't being cut off at the point.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum.
meesa is offline   Reply With Quote
Old 20th June 12, 08:26 AM   #17
chrishirst
Banned
 
Join Date: Jun 2006
Location: Blackp ool U.K.
Posts: 3,197
Default Re: Site not visible or screwed up in IE9 - eek!

Without delving into the code, I suspect that your "menu" has a left float, and the "content" has a right float, and your left float is before the right float in the normal flow (source code order).

Reverse that, putting the right float before the left float.
All rendering engines assign space (horizontally) from left to right unless reversed by a HTML direction directive. and the Trident engine (used by IE) does get it slightly wrong when it has to render a left float before a right float where the width tolerance of the two element in the parent container is relatively small

Last edited by chrishirst; 20th June 12 at 08:32 AM. Reason: spellnig eroor
chrishirst is offline   Reply With Quote
Old 20th June 12, 03:51 PM   #18
PVM3
WLC Lover
 
Join Date: Dec 2008
Posts: 182
Default Re: Site not visible or screwed up in IE9 - eek!

Hi Chris:

Thanks for your input. Actually, my navbar has no float, but the content to the right has a right float. I have the navbar last in the HTML order because when the site flows to a 1-column for smartphones, I wanted the nav at the bottom, below the content.

So I have to rethink this I guess.
PVM3 is offline   Reply With Quote
Old 20th June 12, 06:28 PM   #19
PVM3
WLC Lover
 
Join Date: Dec 2008
Posts: 182
Default IE9 - unfloated navbar dropping - ok elsewhere

I'm hoping there might be a solution that won't require me having to rewrite everything or do a separate stylesheet for IE9.

Currently my navbar is NOT floated and it's near the end in the HTML - it's the last thing before the footer.

The content boxes are floated right, and are before the navbar in the html.

In ie9 (and ie7) the navbar is dropping. I'm not worried about IE7 in this case, but am trying to get IE9 sorted.

I was able to add a conditional comment to the stylesheet and html to remove the white border on the navs in IE9. Now I need to get that navbar up.

Any ideas would be really appreciated!
PVM3 is offline   Reply With Quote
Old 20th June 12, 10:25 PM   #20
meesa
WLC Mod
 
meesa's Avatar
 
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,134
Default Re: Site not visible or screwed up in IE9 - eek!

Basically, your HTML (in the middle) is like this right now:

[CONTENT]
[MENU]

Make it:

[MENU]
[CONTENT]

Then float the menu left, and the content right.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum.
meesa is offline   Reply With Quote
Reply


Thread Tools
Display Modes
Linear Mode Linear Mode

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:45 AM.



Home | Advertise | Contact Us | Top
Home | Advertise | Contact Us | Top

Copyright© 2006 WeLoveCSS.com. All Rights Reserved.
Powered by vBulletin Version 3.8.4 Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.