I have a pg with lots of divs, one of them is a gray bar about 150px
down from the top and 20px from the left... this bar (an image) is
767px wide and 1px high.. however, even though all divs are positioned
consistently in IE and Netscape, in Netscape (7.1) the bar div ONLY is
about 10px ABOVE where it should be.. code:
HTML:
<div id="bar">
<img src="images/bar.gif" width="768" height="1" border="0">
</div>
CSS:
#bar {position:absol ute; top:160px; left:20px}
in Netscape this bar div shows up 10px above from where it should be..
(EXACTLY 10px, in fact, I took screen-shot and measured in Photoshop..)
(all other divs fine -- show up in same position in both Netscape and
IE..) I validated CSS code here,
http://jigsaw.w3.org/css-validator/v...or-uri.html.en, and it checks
fine..
was wondering what is causing this, thank you..
Frances Del Rio
down from the top and 20px from the left... this bar (an image) is
767px wide and 1px high.. however, even though all divs are positioned
consistently in IE and Netscape, in Netscape (7.1) the bar div ONLY is
about 10px ABOVE where it should be.. code:
HTML:
<div id="bar">
<img src="images/bar.gif" width="768" height="1" border="0">
</div>
CSS:
#bar {position:absol ute; top:160px; left:20px}
in Netscape this bar div shows up 10px above from where it should be..
(EXACTLY 10px, in fact, I took screen-shot and measured in Photoshop..)
(all other divs fine -- show up in same position in both Netscape and
IE..) I validated CSS code here,
http://jigsaw.w3.org/css-validator/v...or-uri.html.en, and it checks
fine..
was wondering what is causing this, thank you..
Frances Del Rio
Comment