Topic: Absolute layer under Relative layer problem |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 09-07-2007 07:41
In IE7: |
Paranoid (IV) Inmate From: Royal Horsing Ground |
posted 09-07-2007 10:50
I have come across this issue in the past. The only solution for me was to swap each element's place in reverse order, which means to put the layer that you want on top of the other layer physically before in the code, then position it with CSS. |
Bipolar (III) Inmate From: Phoenix |
posted 09-07-2007 17:56
I thought so. Crapos... Ok, I got another one. IN FF, on this page, if you click on "Show Results" you get a ghost of the H2 title tag from below it. So as the Ajax content loads, it's div expands and pushes the content of the page from that point down, leaving behind the ghost. This appears to be an FF display issue, as the behavior is only apparent when the browser has been scrolled down a bit. |
Bipolar (III) Inmate From: Phoenix |
posted 09-28-2007 20:05
Followup: I've rereanged the HTML elements so that the relative styled elements are rendered last then using scripting, css-style and absolute positioning, I move them back into place. |