Topic: Absolute layer under Relative layer problem (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=29506" title="Pages that link to Topic: Absolute layer under Relative layer problem (Page 1 of 1)" rel="nofollow" >Topic: Absolute layer under Relative layer problem <span class="small">(Page 1 of 1)</span>\

 
Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted posted 09-07-2007 07:41

In IE7:
I am having a problem with an absolute layer that should appear above the relative layer just below it. This is a menu, I use JavaScript (Prototype) to dynamically show the absolute layer. Here is the page:

http://msob.lfchosting.com/results.aspx?tax=1&meet=10374

Hover over "Choose Session" and you'll see the problem.

I do not have this problem in FF, just IE7.

Any ideas how to fix this?

Karl..

kimson
Paranoid (IV) Inmate

From: Royal Horsing Ground
Insane since: Jan 2005

posted 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.

In other words, you need to put your <div class="results_header"> before your <div id="RECENT_EVENTS" ... >. It is a real pain but it works.

______________________________________

The Fat Controller is gonna get you in the end.

Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted 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.

Thanks,
Oh, here's the page:
http://msob.lfchosting.com/results.aspx

(same page, just different state)

Karl
Bipolar (III) Inmate

From: Phoenix
Insane since: Jul 2001

posted 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.

YUCK!!!!!

How many others are doing something similar to this? Working now, so I'm happy, but all this pain, grief, and agony because IE doesn't work properly ...and I have looked at my page on a mac browser yet either...

Karl..



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu