Previous Message
Next Message

[css-d] css check-problem in N4.7

Sent by The Snider's Web on 10 September 2002 17:05


Hello,

I have been lurking for a while and have really learned a lot :) I have 
been doing CSS for fonts, but now I am getting into positioning. Here is 
the page I am asking about:

http://www.entrepreneurdisability.org/
http://www.entrepreneurdisability.org/main.css (style sheet only)

I am trying to validate the page, so I have taken out the 
marginwidth/marginheight/etc. that made the page hug the top and left 
corners of the browser. Instead I used the following code in my CSS:

body, html {
         margin: 0;
         padding: 0;
}
body {
         margin: -10px, 0px, 0px, -10px
}

My questions are:
-I used the second part of this code due to Netscape not recognizing the 
first part-will this cause any other browsers problems?
-I just tested this with N4.7 in win98se and the design is not hugging the 
left side-what can I do to make this happen?

Thanks for your help

Lisa
Previous Message
Next Message