Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I stop layers from moving around

Status
Not open for further replies.

hcubed

IS-IT--Management
May 9, 2002
100
AU
if you go to you can see that I have put some text in layers, so when you scroll over the picture the text comes up also. The problem is when someone views this in 800x640 its not in the correct position. Is there anything I can do that will be browser friendly
 
Hi hcubed,

Erase all the &quot;position:absolute;&quot; in your <div>'s like:

I mean:

Change

<div id=&quot;swim02&quot; style=&quot;position:absolute; width:490px; height:115px; z-index:1; left: 254px; top: 1085px; visibility: hidden&quot;>

To

<div id=&quot;swim02&quot; style=&quot;width:490px; height:115px; z-index:1; left: 254px; top: 1085px; visibility: hidden&quot;>

Hope this helps,
Erik <-- My sport: Boomerang throwing !!
!! Many Happy Returns !! -->
 
Hi Boomerang

Have a look at what happens? It pushes everything down the page. I must be doing something wrong?
 
I don't see a difference. I still see &quot;position:absolute&quot;

What do you mean ??

Erik <-- My sport: Boomerang throwing !!
!! Many Happy Returns !! -->
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top