Netscape problems

S

Susan

I am having problems with page in Netscape. The complete
page loads when I view it with Opera, and IE6, but only
the top loads in Netscape 7.1. What have I done wrong?
Temporary location is:

http://members.aol.com/dsnsacree/dsnsacree/esill_faculty.h
tm

Is there any place I can view differences/problems with
HTML and various browsers and suggestions to work around
the problems?

Thanks for help!

Susan
 
M

Mark Fitzpatrick

It could be the width style applied to the first <div> tag. It's best not to
use this method and place content that you need to be a particular width
inside a table set to that width.

Also, something else I noticed, the table cell that contains the table for
the navigation is set to 1% of the width. That may also cause a problem for
that text. Although it appears OK in IE, because IE is deciding that it
needs to stretch it out appropriately, it could be a problem with other
browsers that aren't as swift.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
M

Murray

Width on such things is not a problem, but dimensions without units is -

<div class="Section1" style="width: 1009; height: 19">

This should be this -

<div class="Section1" style="width: 1009px; height: 19px">

Also, I see the whole page without problems in FireFox0.8, NN7.1, and
IE6/WXPPro SP2. I note that you have not assigned a color to the page's
background, however, so it shows as gray in the first two browsers.
 
S

Susan

Thanks! It seems that it is easy for me to get into
trouble when I receive the info in Word and I try to copy
and paste it into FP 2002.
 
M

Murray

You're welcome!

--
Murray

Susan said:
Thanks! It seems that it is easy for me to get into
trouble when I receive the info in Word and I try to copy
and paste it into FP 2002.
 

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