Gast Posted April 7, 2006 Share Posted April 7, 2006 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? Quote Link to comment Share on other sites More sharing options...
moberemk Posted April 7, 2006 Share Posted April 7, 2006 Can you give us the CSS for positioning the progress loader? That might help. Quote Link to comment Share on other sites More sharing options...
Gast Posted April 7, 2006 Author Share Posted April 7, 2006 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. Quote Link to comment Share on other sites More sharing options...
moberemk Posted April 7, 2006 Share Posted April 7, 2006 Instead of working with the display attribute, try switching the visibility attribute instead. See if that does anything. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.