Forums de discussion

My Sites drop down menu does not have draw priority

Nick Willey, modifié il y a 13 années.

My Sites drop down menu does not have draw priority

Junior Member Publications: 53 Date d'inscription: 24/08/10 Publications récentes
I've been trying to overcome the IE7 z-index bug that is present in the so-theme for Social Office 1.5b. The problem is described in SOS-294. The problem only seems to appear in IE7. The issue tracker indicates that there was a fix, however, no direction is provided to said fix.

I've downloaded the latest so-theme-6.0.4.1 from sourceforge and found little difference between the CSS files included in 1.5b and this latest version.

I would imagine that there are a number of people using this version, so I would hope that there would be a fix.

Can anyone offer some guidance?

Nick
Nick Willey, modifié il y a 13 années.

RE: My Sites drop down menu does not have draw priority

Junior Member Publications: 53 Date d'inscription: 24/08/10 Publications récentes
FYI, ended up resolving this by adding a z-index:1000; to the .navigation-top id in so-theme/css/custom.css.


#navigation-top {
position: absolute;
right: 2.5%;
top: 0;
z-index:1000;
}


Nick