PDA

View Full Version : Common, easy Netscape Question that might help others


poboy62
03-12-2001, 01:46 PM
Hello,
I have read through the posts hoping to find the answer to
my problem, yet all of them are specific to certain pages.
I made this frameset in Dreamweaver 4:
http://home.earthlink.net/~fullpull28/hannah.htm
I have never had any problems, but when I view the page in Netscape, the left navbar is offset. I have read problems occuring with Netscape and this is probably simple. I will try using the "Netscape resize" function in DREAMWEAVER later(I am at school right now) and maybe it will work. Do I have a problem with the tables or frameset. Any help will be apprectiated and will help me in further projects. Will validator.w3.org help fix my problem? Is it in the frameset or a specific frame. Thank you for your time.
Chris

Dr. Web
03-12-2001, 06:32 PM
We'd probably need to see your frameset code. I add in a lot of framespacing=0 and all. Its not a netscape resize issue. I have faced that one. that means if your screen looks good UNTIL you resize it in Netscape. This is a simple frame allignment issue. Post the frameset souce code. Or you can look at this sample of one. You might also need to add some tags to the body...leftmargin=? top margin=? marginheight=? marginwidth=?



<html>
<head>
<title></title>
</head>
<frameset cols="25%, 75%" frameborder="0" framespacing="0" noresize>
<frame src="pop1.htm" scrolling="no" frameborder="0" framespacing="0" name="left">
<frame src="pop2.htm" scrolling="auto" frameborder="0" framespacing="0" name="right">
</html>

poboy62
03-12-2001, 10:30 PM
Thanks for your help. I will try and let you know.