Preserved Topic: span positioning...problem (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: San Francisco, CA, USA |
posted 04-17-2002 23:02
I'm trying to create a onClick function that makes a span visible when the portfolio link is clicked on. The span should display above the link. Which I kind of have working already. But when I resize my screen the span comes up in the wrong place because I'm using absolute positioning. |
Maniac (V) Mad Scientist From: New California |
posted 04-19-2002 02:43
Tkins, one of the things that accompanys absolute positioning your elements on a page is that you need to position them correctly. This means that if the window resizes or some other event occurs that messes up the original position, you will need to reposition the element accordingly. |