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

Iframe - Horizontal Bar ? 1

Status
Not open for further replies.

SamHale

MIS
Joined
Mar 7, 2004
Messages
71
Location
GB
Hey, i've been searching google, but nothing positive has been supplied back. Does anyone know how to remove the horizontal scroll bar from an iframe. For some reason it appears even though the text does not reach the width limit. Thanks. Sam.
 
You could try using CSS to do it... Something like this:

Code:
<iframe style="overflow-x:hidden;">

Hope this helps,
Dan
 
Hey Dan,

I used that coding in the body tag of the url inside the iframe, and it worked perfect. Putting it in the iframe tag did not.

Thanks Dan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top