salomeyasobko
08-11-2004, 06:54 AM
i am trying to make my site compatible with browsers other than IE [mostly Mozilla] and i am having problems with the DIVs on my site.. they each hold an iframe and are absolute positioned to fit over their designated boxes in my background image.. but when i look at my site in Mozilla they are not positioned correctly.. they're off.
the site is: www.geocities.com/salomeyasobko [or http://salomeya.tk]
<div align="center" style="position: relative; top: 20px;">
<div style="overflow: hidden; position: relative; top: 0px; left: 0px;">
<img src="http://img.photobucket.com/albums/v84/salomeyasobko/tobey1234.gif">
</div>
<div align="center" style="position: absolute; top: 52px; left: 390px;">
<iframe src="nav.html" style="overflow-x: hidden; overflow-y: auto;" name="nav" height="455px" width="220px" frameborder="0">
</iframe></div>
<div align="center" style="position: absolute; top: 52px; left: 614px;">
<iframe src="http://salomeya.pitas.com" name="content" height="455px" width="355px" frameborder="0">
</iframe></div>
</div>
EDIT: also, i used the   thing to add a space between the little heart images and the text in the navigation area and, rather than showing the space, it shows the " " so.. is there any alternative to using the   that will work in mozilla and IE? thanks :D
the site is: www.geocities.com/salomeyasobko [or http://salomeya.tk]
<div align="center" style="position: relative; top: 20px;">
<div style="overflow: hidden; position: relative; top: 0px; left: 0px;">
<img src="http://img.photobucket.com/albums/v84/salomeyasobko/tobey1234.gif">
</div>
<div align="center" style="position: absolute; top: 52px; left: 390px;">
<iframe src="nav.html" style="overflow-x: hidden; overflow-y: auto;" name="nav" height="455px" width="220px" frameborder="0">
</iframe></div>
<div align="center" style="position: absolute; top: 52px; left: 614px;">
<iframe src="http://salomeya.pitas.com" name="content" height="455px" width="355px" frameborder="0">
</iframe></div>
</div>
EDIT: also, i used the   thing to add a space between the little heart images and the text in the navigation area and, rather than showing the space, it shows the " " so.. is there any alternative to using the   that will work in mozilla and IE? thanks :D