Web Hosting Talk







View Full Version : Help with CSS & Netscape...


Chaps
08-22-2002, 12:29 PM
First off I'd like to say that since day 1 ( about 5 years ago) I've always HATED Netscape browsers. Anyways...

Designing a site and using CSS for a couple things and one margin: 0px on the body tag because I want the site flush with the left and top margins. Works fine in IE...all the other style commands work fine in NoEscape (Netscape) but it isn't flush at top and left...still about a 1cm border all around.

And come to think of it...I even tried with just regular html commands leftmargin, topmargin and crap in the body command. Anyone know why Netscape is retarded?

TrueDeveloper
08-22-2002, 12:33 PM
It just is... :bawling:.

Geek3
08-22-2002, 12:35 PM
Well.. Netscape says it IS compatable with CSS, however i also have my doubts. It's smooth on some CSS's but others... well, it just seems it goes haywire. Things that make you go... Hmmmm

Chaps
08-22-2002, 12:35 PM
But is there a solution to my problem? Anybody know what to do to get it to aling the way I want it? :confused:

Geek3
08-22-2002, 12:43 PM
chaps, i would just say just try simple trial and error code.. I would do a search on the web for some sample Netscape CSS code and see how its coded (so that you can make your CSS cross-platform). I wish i had more knowledge that i could just tell you right off the bat on what to do, but I do hope it gets resolved.. just be rest assured that you are in good company with your problem. I hope you find a solution.

Chaps
08-22-2002, 12:46 PM
actually I just put the marginwidth="0" and marginheight="0" html body tags in and it works now in netscape...but does anyone know how to achieve those 2 commands in CSS? I don't really want some body commands in CSS and some in HTML...