|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am have some troubles with relative positioning and netscape. When you first look at the page it looks fine but when you go to click on a link that has been moved up say 10px the link is below the the corresponding text by 10px. If any one has a solution for this I would greatly appreciate it.
Thanks Shawn |
|
#2
|
|||
|
|||
|
When you use relative positioning use nested div or span tags like the example give below
<DIV ID="absPos" STYLE="position:absolute; left:100; top:200"> This was positioned absolutely. <SPAN ID="relPos" STYLE="position:relative; left:20; top:20;color=#ff0000"> This was positioned relatively to the above. </SPAN> </DIV> Thanks |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Relative positioning in Netscape |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|