Netscape Margins (again)

S

Steve H

Although I added
<body topmargin="0" leftmargin="0" bgcolor="#EAD5D5">
to my home page at www.rc10.com/, the Netscape margin
still appears. Because of the fluctuation among MSIE,
Netscape 6, and Netscape 4.75, I've added a cushion of
space around my Javascript navigation at top so it does
not cover the top banner or the pictures below.

Is there another way to get rid of the Netscape margins?

Thanks!
Steve H
 
T

Tom Pepper Willett

Add the following tags for Netscape: marginwidth=0 marginheight=0
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| Although I added
| <body topmargin="0" leftmargin="0" bgcolor="#EAD5D5">
| to my home page at www.rc10.com/, the Netscape margin
| still appears. Because of the fluctuation among MSIE,
| Netscape 6, and Netscape 4.75, I've added a cushion of
| space around my Javascript navigation at top so it does
| not cover the top banner or the pictures below.
|
| Is there another way to get rid of the Netscape margins?
|
| Thanks!
| Steve H
 
J

Jon

Hi,
you need to add marginwidth=0 marginheight=0 as well to cover NN4.
Personally I've stopped worrying about NN4 and just do
<style type="text/css">
body{
margin:0;
padding:0;
}
</style>
This covers all modern browsers

Jon
Microsoft MVP - FP
 
O

Orest Kinasevych

Steve said:
Although I added
<body topmargin="0" leftmargin="0" bgcolor="#EAD5D5">
to my home page at www.rc10.com/, the Netscape margin
still appears. Because of the fluctuation among MSIE,
Netscape 6, and Netscape 4.75, I've added a cushion of
space around my Javascript navigation at top so it does
not cover the top banner or the pictures below.

Is there another way to get rid of the Netscape margins?

Thanks!
Steve H

Add the following attributes to the body tag/element

marginwidth='0' marginheight='0'
 
S

Steve H

When I click on all the messages on this forum, the only
result I get back is "message unavailable." I'll check
back again later (reboot).
Steve H
 
S

Steve H

That's odd. I can read my messages, but not anyone's
reply, not in MSIE or Netscape. Everyone's reply appears
as Message unavailable. I turned off my pop up blocker and
that did not work either, nor did rebooting help. I refuse
to leave my email addy here, though. Bummer! I'll try
getting on here at home.
 
T

Tom Pepper Willett

Must be trouble with the MS servers ... again. Happens periodically. I'm
seeing them just fine in the newsgroups when viewed via Outlook Express. If
you're using the Web interface, you may have problems.
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| That's odd. I can read my messages, but not anyone's
| reply, not in MSIE or Netscape. Everyone's reply appears
| as Message unavailable. I turned off my pop up blocker and
| that did not work either, nor did rebooting help. I refuse
| to leave my email addy here, though. Bummer! I'll try
| getting on here at home.
|
| >-----Original Message-----
| >Although I added
| ><body topmargin="0" leftmargin="0" bgcolor="#EAD5D5">
| >to my home page at www.rc10.com/, the Netscape margin
| >still appears. Because of the fluctuation among MSIE,
| >Netscape 6, and Netscape 4.75, I've added a cushion of
| >space around my Javascript navigation at top so it does
| >not cover the top banner or the pictures below.
| >
| >Is there another way to get rid of the Netscape margins?
| >
| >Thanks!
| >Steve H
| >.
| >
 
S

Steve H

This is what I have now, and it does not work in Netscape
6.2:

<body bgcolor="#EAD5D5" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0">

Works fine in Netscape 4.75

Steve
 
S

Stefan B Rusynko

Did you check w/ the script source to see if it is supported by All levels of NN?
- if not take a look at
http://www.dynamicdrive.com/dynamicindex1/
PS
I suspect NN is choking on your inline styles like
style="margin-bottom: -2"




| This is what I have now, and it does not work in Netscape
| 6.2:
|
| <body bgcolor="#EAD5D5" leftmargin="0" topmargin="0"
| marginwidth="0" marginheight="0">
|
| Works fine in Netscape 4.75
|
| Steve
|
| >-----Original Message-----
| >Add the following tags for Netscape: marginwidth=0
| marginheight=0
| >--
| >-----
| >Tom Pepper Willett
| >Microsoft MVP - FrontPage
| >
| http://www.microsoft.com/office/frontpage/prodinfo/default.
| mspx
| >
| http://msdn.microsoft.com/office/understanding/frontpage/
| >----
| message
| >| >| Although I added
| >| <body topmargin="0" leftmargin="0" bgcolor="#EAD5D5">
| >| to my home page at www.rc10.com/, the Netscape margin
| >| still appears. Because of the fluctuation among MSIE,
| >| Netscape 6, and Netscape 4.75, I've added a cushion of
| >| space around my Javascript navigation at top so it does
| >| not cover the top banner or the pictures below.
| >|
| >| Is there another way to get rid of the Netscape margins?
| >|
| >| Thanks!
| >| Steve H
| >
| >
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top