Having trouble with absolute positioning / Z-Index with Lists and Tables in IE 6 and 7

后端 未结 5 1100
我在风中等你
我在风中等你 2021-02-20 09:24

I\'m creating a prototype of a CSS/XHTML tables-based calendar that eventually will be generated with PHP for the Simple Updates content management system. I\'ve run into a prob

5条回答
  •  花落未央
    2021-02-20 10:22

    Not sure if this will help, but the z-index property applies to items that are positioned, relative, absolute, fixed http://www.w3schools.com/Css/pr_pos_z-index.asp

    Edit: Meaning that the li element might completely ignore it...

提交回复
热议问题