Z-Index in IE 10
问题 If you check the following website with Internet Explorer 10 the sub menus for the navigation are hidden behind the images. I tried adjusting the z-index values, helped with Firefox/Chrome but not with IE. The code can be found here. <style> body { width: 100%; height: 100%; margin:0; padding:0; background-color: #393939; } /*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/ /* For modern browsers */ .cf:before, .cf:after { content:""; display:table; } .cf