Jump to content

Z-index problem with layers


Gast

Recommended Posts

I have a problem that needs fixing desperately:

[img src=\"http://www.hostperfect.co.uk/zindex.jpg\" border=\"0\" alt=\"IPB Image\" /]

I know it is something to do with the z-index and positioning and have tried a few hacks but to no avail. what is also strange is that on certain pages, it displays fine over the top of form elements, but not this one, as it has many form elements, around 15.

Can anyone help?
Link to comment
https://forums.phpfreaks.com/topic/6790-z-index-problem-with-layers/
Share on other sites

Of course:

[code]#profileLoadingScreen {
    position: absolute;
    font-size: 10px;
    display: none;
    width: 250px;
    height: 125px;
    padding: 8px;
    z-index: 100;
    left: 287px;
    top: 1600px;
    border: 1px solid #999999;
    background-color: #EEEEEE;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color="#CCCCCC", OffX=2, OffY=2)
}[/code]

At a later date (after pressing the submit button) the display style attribute is changed to block to make it visible. Over some form elements (higher up the page) it shows the correctly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.