Jump to content

Internet explorer Problem


Recommended Posts

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

×
×
  • Create New...