开发者

IE not showing <li> within <ul> (z-index issue?)

Hey guys, I've been debugging for IE7/IE8 all day and there is one issue that is doing my head in :/

Ive got an unordered list, that is powered by a jquery carousel, showing images. But for some开发者_高级运维 reason IE shows the <ul> container but not its <li> contents.

Now I'm familiar with the IE z-index issue. I thought this was easily fixable by giving the list item a z-index higher than the unordered list but this doesn't seem to work.

It displays the way it should in Firefox, Safari and Chrome, it's just IE that is acting strange (as always :/.)

You can view the issue at http://www.fronttaal.nl/clients/front-taal-gold/prinsenhof just look for the slide-up carousel at the bottom of the main content.

In this case i've put a red border around the <ul> and a green border around the <li>, adding a z-index: 9997; to the <ul> and a z-index:9998; to the <li> to make sure it wouldnt interfere with other z-indexes.

I hope one of you coding gods can nudge me in the right direction, thanks!


Just to check, do both the ul and li have postion attributes?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜