This is a code I have on my page but the background picture does not line up in Netscape type of browsers:
<div style=" width:100%;height:696px;background-image: url(../images/end.jpg);background-position:bottom;background-repeat:repeat-x">
How do I make it line up?Works the same from NN6.2 upwards. In which version does it not work and what is not working correctly?Must be some other page element interferingHow 'bout you give us a link and we'll look.It does not work even in the newer version of Netscape 8.0.3...
Any suggestions?Yes, give us a link.The page is:
<!-- m --><a class="postlink" href="http://www.ibcim.orgYou">http://www.ibcim.orgYou</a><!-- m --> are in quirks mode (<!-- m --><a class="postlink" href="http://www.w3.org/International/articles/serving-xhtml/#quirks">http://www.w3.org/International/article ... ml/#quirks</a><!-- m -->> ) which calculates the height differently.
Remove the height:696px;. If necessary use the background-position to align the image.<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.ibcim.org/">http://validator.w3.org/check?verbose=1 ... ibcim.org/</a><!-- m -->
<div style=" width:100%;height:696px;background-image: url(../images/end.jpg);background-position:bottom;background-repeat:repeat-x">
How do I make it line up?Works the same from NN6.2 upwards. In which version does it not work and what is not working correctly?Must be some other page element interferingHow 'bout you give us a link and we'll look.It does not work even in the newer version of Netscape 8.0.3...
Any suggestions?Yes, give us a link.The page is:
<!-- m --><a class="postlink" href="http://www.ibcim.orgYou">http://www.ibcim.orgYou</a><!-- m --> are in quirks mode (<!-- m --><a class="postlink" href="http://www.w3.org/International/articles/serving-xhtml/#quirks">http://www.w3.org/International/article ... ml/#quirks</a><!-- m -->> ) which calculates the height differently.
Remove the height:696px;. If necessary use the background-position to align the image.<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.ibcim.org/">http://validator.w3.org/check?verbose=1 ... ibcim.org/</a><!-- m -->