Forum Moderators: not2easy
I use dreamweaver. he tells me, if he checks the document for errors, that rightmargin, marginheight and marginwidth are not supported for netscape 4, 6 and 7.
In the external css, I added:
body {
background-image: url(/eprise/NEWCO/Images/background/background_company.gif);
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
I also formatted the body-tag:
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginheight="0" marginwidth="0">
My question:
If someone uses netscape and styles are not supported, but (i hope so) the linked styles within the css are supported, what will be used? What is higher up in the hierarchry? Is it the one that will be read first?
Is it wise to let them there simulanously?
Can I change
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" marginheight="0" marginwidth="0">
to
<body>?
thanks for reply!