Getting rid of that one pixel line between frames....

They have: 30 posts

Joined: Jan 2000

Can anyone help me...I think many have a problem with this one.....
When you split a graphic in the top left corner between a top and left frame....
spacing, borders, margins etc....all zero,
you get that one pixel horizontal line.....

Any ideas on how to get rid of it....

Stu

They have: 297 posts

Joined: Apr 1999

Try to add these attributes to your frameset:

<frameset cols="786,*" BORDER="NO" framespacing="0" framepadding="0" FRAMEBORDER="0">
<frame src="main.html" NAME="main" framespacing="0" framepadding="0" marginwidth="0" scrolling=no>
<frame src="blank.html" NAME="blank" framespacing="0" framepadding="0" marginwidth="0" scrolling=no>
</frameset>

You should also set the margins within the document to zero.

Malte

------------------
Malte Ubl - www.Boardzilla.org
Communication: public<->programmers
of the Boardzilla BB

They have: 30 posts

Joined: Jan 2000

Nope....no luck with that one...
I hadnt used the framepadding="0" before but this didnt have any effect.

<frameset rows="300,800" cols="*" frameborder="NO" border="-1" framespacing="-1" framepadding="0">
<frame src="images/home1/top.htm" name="Top" marginwidth="0" marginheight="0" framepadding="0" frameborder="NO" scrolling="NO">
<frameset cols="225,731" rows="*" border="-1" framespacing="-1" frameborder="NO" framepadding="0">
<frame src="images/home1/left.htm" name="Left" scrolling="NO" marginwidth="0" marginheight="0" frameborder="NO" framepadding="0">
<frame src="images/home1/index.htm" marginwidth="0" marginheight="0" name="main">
</frameset>
</frameset>
<noframes>

Stu

They have: 5 posts

Joined: Feb 2000

Just searched the Ultimate Bulletin Board because I'm having the same problem with Netscape. In my case I have no problem with MSIE 5.x.

Another related problem I found when trying to find a solution was that the heighth was missing one pixel. As a result I'm not able to properly align a couple of frames so they appear the same under both Netscape and IE.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.