![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All Page available at http://home.online.no/~vib-lie/dev/index.html The last line of the page reads "Note Read note" if you hover the mouse over "Read note" I have a popup div display. The popup displays in different places with Mozilla and IE, what am I doing wrong and how can I correct the problem so it displays the same in both. All CSS & JavaScript is in the header. Thanks in advance Dave. |
#3
| |||
| |||
|
|
Hi All Page available at http://home.online.no/~vib-lie/dev/index.html The last line of the page reads "Note Read note" if you hover the mouse over "Read note" I have a popup div display. The popup displays in different places with Mozilla and IE, what am I doing wrong and how can I correct the problem so it displays the same in both. All CSS & JavaScript is in the header. |
#4
| |||
| |||
|
|
David Griffiths wrote: Hi All Page available at http://home.online.no/~vib-lie/dev/index.html The last line of the page reads "Note Read note" if you hover the mouse over "Read note" I have a popup div display. The popup displays in different places with Mozilla and IE, what am I doing wrong and how can I correct the problem so it displays the same in both. All CSS & JavaScript is in the header. You need apply 'position: relative' on the parent element to the absolutely positioned child with be positioned relative to the parent and not the page. -- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com |
#5
| |||
| |||
|
|
Thanks Jonathan "Jonathan N. Little" <lws4art (AT) centralva (DOT) net> wrote in message news:429de$475d5ba1$40cba7bb$28296 (AT) NAXS (DOT) COM... David Griffiths wrote: You need apply 'position: relative' on the parent element to the absolutely positioned child with be positioned relative to the parent and not the page. |
![]() |
| Thread Tools | |
| Display Modes | |
| |