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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IFrame - Make slide bar of scrollbar constant height

Status
Not open for further replies.

notrut

Programmer
Feb 6, 2002
87
CA
Hi,

I was wondering if you can control the height of the slide bar of the scrollbar in an IFrame so its a constant height (i.e. 20px)??

For eample, let's say you have an iframe with 1000 lines in it and an iframe with only 20 lines, the slidebar in the scrollbar would be 20px in height for each. Is this possible???

Any help would be greatly appreciated.
 
Here's my iframe code. I am able to control the style of the iframe, such as the colour of the scrollbar etc through css. however the "sliding part" of the scroll bar is approx 200px of the height of the 286px height of the iframe. However when I put more lines of code in the src of the iframe file, that slinding part decreases in size because there is more content to scroll through. It works just like any window.

Can I make that "Sliding part" of the scroll bar a constnat height???

<iframe src="./iframefiles/xyz.html" marginwidth="36px" marginheight="36px" width="535px" height="286px" frameborder="0" scrolling="auto">

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top