Yusuf CATALKAYA Posted July 17, 2010 Share Posted July 17, 2010 Hi guys. I have uploaded to the site a horizontal accordion menu. firefox normally, but IE is opened by entering the picture below ... Is there a way to fix this, I wonder ...? Link to comment Share on other sites More sharing options...
Yusuf CATALKAYA Posted July 19, 2010 Author Share Posted July 19, 2010 Can anyone help me yet ((((((((( Link to comment Share on other sites More sharing options...
Rakward Posted July 19, 2010 Share Posted July 19, 2010 I'm not sure what is sticking out over your menu, but you can solve it with css using the z-index property. Link to comment Share on other sites More sharing options...
Yusuf CATALKAYA Posted July 19, 2010 Author Share Posted July 19, 2010 Where can I find this feature. How do I use it. Link to comment Share on other sites More sharing options...
SpyrosT Posted July 19, 2010 Share Posted July 19, 2010 z-index is a property that specifies the stack order of an element.You can use it in your .php file of your module if you have it positioned.i.e. position:absolute, position:fixed ect.Search for the position of your module like { position:absolute; left:10px; top:10px; z-index:100; } The "100" is an example. You can use 150, 200 or what ever that brings your element in front. Link to comment Share on other sites More sharing options...
Yusuf CATALKAYA Posted July 21, 2010 Author Share Posted July 21, 2010 Unfortunately did not work Link to comment Share on other sites More sharing options...
Recommended Posts