Re: Netscape woes again...
by Nate Harel <nharel(at)nettech-services.net>
|
| Date: |
Mon, 18 Mar 2002 21:50:06 -0500 |
| To: |
"Lisa Bradshaw" <zibbler(at)web-design-cs.com> |
| Cc: |
<hwg-techniques(at)hwg.org> |
| References: |
services |
| |
todo: View
Thread,
Original
|
|
Thank you Lisa and others who answered.
The resolution for the margins was right on. Resolved...
The background is not quite resolved. I did what Lisa suggested and it
worked, but it is not what I wanted to do. I wanted the background in the
first TD not in the nested table. How would that be implemented?
Also, I noticed that the text does not resolve the same in NN and IE. The
heading in the box should be oblique as shown in IE, but does not render
that way in NN. Is there another setting I am missing in CSS?
I apologize for my questions, but I am trying to use CSS more in my designs
and it ain't always as clear as the examples in the books.
thanks
Nate
At 3/18/2002 06:16 PM, Lisa Bradshaw wrote:
>Use this for your margins inside your body tag: topmargin="0"
>leftmargin="0" marginwidth="0" marginheight="0"
>It covers both NN and IE.
>
>For the background image, this is what you have in your code:
><TABLE width="100%" border="0" cellspacing="0" cellpadding="0" height="332">
> <TR align="center" background="none" bgcolor="#FFFFFF">
> <TD class="mainbg">
> <table width="500" border="0">
> <tr>
> <td> <br>
> <p class="heading">Women's voices need to be heard! </p>
>
><snip>
>
>Try this:
>
><TABLE width="100%" border="0" cellspacing="0" cellpadding="0" height="332">
> <TR align="center" background="none" bgcolor="#FFFFFF">
> <TD class="mainbg">
> <table width="500" border="0">
> <tr>
> <td class="mainbg"><br> <!-- put it in this td instead of the one
>before your table -->
> <p class="heading">Women's voices need to be heard! </p>
>
>It is displaying the background for the td you put it in as well as the
>table that is nested in that cell. NN4.7 is not very intuitive. It does
>exactly as you tell it to do. IE understands what you wanted to do
>apparently.
>
>HTH,
>Lisa
>
>***********************************
>Lisa Bradshaw , Web Designer
>
>Crescendo Web Design - http://www.web-design-cs.com
>***********************************
>----- Original Message -----
>From: "Nate Harel" <nharel(at)nettech-services.net>
>To: <hwg-techniques(at)hwg.org>
>Sent: Monday, March 18, 2002 4:03 PM
>Subject: Netscape woes again...
>
>
> > Hi everyone,
> >
> > I am tearing my hair out (what is left of it) over this.
> >
> > I created a page using a combination of tables and CSS and can't seem to
> > figure this out.
> >
> > Again, all looks great with IE, but NN4.77 has problems.
> >
> > Please look at www.wuhi.org with both.
> >
> > 1) I used the top/leftmargin settings to push the images to the edges.
> > Works on IE, doesn't on NN.
> >
> > 2) There is a white space in the top section that does not belong between
> > the logo on the left and the text on the right. It disappears when I
> > refresh. Does not always show.
> >
> > 3) The background image shows fine in IE, but doubles in NN.
> >
> > Any help would be appreciated.
> >
> > Thanks
> >
> > Nate
> >
> >
> > ----------------------------------
> > Nate Harel
> > NetTech Services
> > 56 Pickering Street
> > Needham, MA 02492-3198
> > Tel: 1-781-559-8176
> > Toll Free: 1-877-567-8936
> > FAX: 1-877-567-8936
> > Email: nharel(at)nettech-services.net
> > www.nettech-services.net
> > www.nettech-backup.com
> > ----------------------------------
> >
>
>
----------------------------------
Nate Harel
NetTech Services
66 Carol Road
Needham, MA 02492-1108
Tel: 1-781-559-8176
Toll Free: 1-877-567-8936
FAX: 1-877-567-8936
Email: nharel(at)nettech-services.net
www.nettech-services.net
www.nettech-backup.com
www.nettech-hosting.com
----------------------------------
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.