Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

horizontal Scoll on Frameset...

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
i know , I know, But this has to be a frameset. the content area will be pulling in tons of databse information, the client does not want to loose the header and nav while scrolling so I have no choice.

My question is on a pc horizontal scroll bars show up at 8x6 even when there is no reason for them to be there unless thebrowser window is reduced from right to left.

Any ideas on how to make this not happen? Works fine on a mac.

Seems to be like a five pixel space somewhere, but there is not.

Any Ideas?

---------------------------------------------
 

If I delete the following 7 bits of whitespace:

Code:
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p> 
      <p class=&quot;copy&quot;>&nbsp;</p>

Then the scrollbars will go.

Or add the following to your P CSS:
Code:
margin: 0px;

Not quite sure why there is a horizontal scrollbar still, however - the content as far as I can tell, doesn't go over the available width... Very strange indeed!

Hope this helps,

Dan
 
ever think of using scrolling divs instead?

<Signature>
Sometimes the Answer You Are LOOKING for can be FOUND BY SEARCHING THE FAQ'S @&%$*#!!!
</Signature>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top