Hello Guest
No Avatar
Sign In to Remove
Posts: 
3
Reputation: 
0
Posted: September 16, 2011, 9:47 PM  -- Last Edit: September 17, 2011, 2:04 AM by MLM
  • Group: Member
Hey,

I've installed Vertex onto my SMF 2 forum, and it's working fine and displaying correctly for all browsers except IE9.

This is what's happening...



The forum's live at * if you want to look.

Is there something I need to change, or is this a problem with the forum?

Thanks,

Joe
Posts: 
400
Reputation: 
20
Posted: September 17, 2011, 2:13 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
Removed your link.

Silly ie.. The worst browser lol.

Plenty of info on this problem on the web such as: http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/

All you need to do is add "z-index: 10000;" to #menu_nav in the css. If it doesn't exist then just put it in.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: September 17, 2011, 2:47 AM
  • Group: Member
Hey,

Woops, thanks.

So I take it I should just add the following to the CSS file?

Code: [Select]
#menu_nav
{
   z-index: 10000;
}

There isn't a #menu_nav value in the sheet, other than the following;

Code: [Select]
ul#menu_nav li.backLava
{
   background: url(../images/vertex_image/topnav_hover.png) no-repeat center bottom;
}

Should I continue with the top, or add "z-index: 10000;" to the second snipped listed above.

Thanks,

Joe
Posts: 
400
Reputation: 
20
Posted: September 17, 2011, 4:02 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: September 17, 2011, 9:57 AM
  • Group: Member
Awesome, Thanks :)
anything