I have developed a website http://www.sgaustria.com
In IE 7 the menu is going behind the content. I tried z-index :9999; also but not working.
<style type=“text/css”>
html .jquerycssmenu{height: 1%; z-index: 9998;} /Holly Hack for IE7 and below/
html .jqueryslidemenu ul { position: absolute ; z-index:9999; }
html .jqueryslidemenu ul li ul{ background: #FFF; z-index: 9998; }
</style>
also, it does not really help having z-index in those other elements as you don’t have a position included. z-index only works when you declare position…