Hi!
I have the following code:
And it's working in IE perfectly but not in Mozilla!!!!! In Mozilla I can only see two upper divs but not others! The build of my Mozilla is 2002101612.Code:<html> <head> <title>funkN</title> <link rel = "stylesheet" href = "style.css"> <meta http-equiv = "Content-Type" content = "text/html; charset = iso-8859-1"> </head> <body leftmargin = "0" topmargin = "0" marginwidth = "0" marginheight = "0" background = "images/watermark.gif"> <div style = "width: 100%; background-image: url(images/navbot.gif); background-repeat: repeat-x;"> </div> <div style = "float: left;"> <img src="images/funknstrip.gif" width="126" height="32" hspace="18" align="absmiddle" alt="FunkN.....Real Estate in CyberSpace"> </div> <div style = "float: right; margin-right: 10;"> <a href = "#">join here</a> | <a href = "login.htm">my account</a> | <a href = "terms.htm">terms & conditions</a> | <a href = "privacypolicy.htm" target = "main">privacy policy</a> </div> <div style = "clear: left; width: 100%; background-color: #000099; background-image: url(images/navtop.gif); background-repeat: repeat-x;"> </div> <div style = "width: 100%; background-color: #000099;"> </div> <div style = "width: 100%; background-image: url(images/navbot.gif); background-repeat: repeat-x;"> </div> <div style = "dispay: block; margin-top: 10; margin-left: 10;"> </div> </body> </html>







Bookmarks