开发者

dropdown hidden behind divs in IE7

开发者 https://www.devze.com 2022-12-28 19:54 出处:网络
Hi I\'ve finally got Suckerfish working and styled but in IE7 it is hi开发者_Go百科dden behind the divs below it. See the dropdown on the \'Your Video/Pics\' button here.

Hi I've finally got Suckerfish working and styled but in IE7 it is hi开发者_Go百科dden behind the divs below it. See the dropdown on the 'Your Video/Pics' button here.

I know usually a z-index would solve the issue but in this case it seems not. Can anyone help?

Don't worry this site is not supposed to work in IE6 ;)


Try adding:

#header {
    position: relative;
    z-index: 1;
}

For IE, the entire block has to have a higher z-index than the block below it.

0

精彩评论

暂无评论...
验证码 换一张
取 消