xhtml validation and Netscape

by "Mike Lessar" <rfd246(at)bigfoot.com>

 Date:  Tue, 27 Mar 2001 11:00:14 -0500
 To:  <hwg-basics(at)hwg.org>
  todo: View Thread, Original
Hello all,

I have recently started converting my site to validate in xhtml
transitional.

I have gotten the front page to validate.

The problem is not the validation, but rather how netscape displays the
page.

the site is http://www.lessar.com

In MSIE 5 and 5.5 it displays the way I intend it to.

when viewed in Netscape 4.7, it is off center., however when viewed with
Netscape 6, it is where it is supposed to be.

I have validated the CSS which is shown below.
in the body I set the border to 0px.

I originally had it in the <body bgcolor="#ffffff" topmargin="0"
leftmargin="0">
but that doesn't validate to xhtml.

any suggestions would greatly be appreciated.

thanks

Mike Lessar
---------------------------------------------
Lessar Designs - (610) 476-3586
Building Interactive Web Sites and Scripts
http://www.lessar.com

International Webmaster Association - http://www.iwanet.org
HTML Writers Guild - http://www.hwg.org

--------------------------------------------


<style type="text/css" media="screen">
a {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #000099;
    background-color: #ffffff;
    text-decoration: none;
}
a:hover {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #808080;
    background-color: #ffffff;
    text-decoration: underline;
}
body {
    background-image: url(./graphics/bg_top.jpg);
    background-repeat: repeat-x;
    margin-top:0px;
    margin-left:0px;
}
</style>

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA