| | Is there a way to disable the horizontal scroller in iframes? If yes, how can I do it? |
| Nov 22, 2009 |
overflow-x Disabling Horizontal Scroller In Iframe? your answer was awesome! I've been trying to do that for years. thank you! -reply by lisa
if u set the width no larger that the view screen, then it would be no scrollbar i think.
Im not very sure about this. I've use the width attribute to do this before. Sure there are some other ways
why would you want to do that? if the visitor's browser is not at full size, your frame will be very compressed without the horizontal scroll bar
if you set scrolling to no the iframe will have no scrollbars but I don't know how to disable just the horizontal scrollbar.
It would be like the frames trap17 uses.
The option in Microsoft FrontPage edits both scrollbars not one individually. Even if you try write the HTML through a programe like WordPad i don't think you can set only one scrollbar to change. I don't see why you would want to though
Well, it's because I have a shoutbox, and sometimes a horizontal scrollbar appears, well it's not that annoying, but it could be better without. It's a bug that only happen sometimes...
Use This Code for That ::
<iframe id="datamain" src="Html address " width="Size" height="Size" marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=1 scrolling=no></iframe> if marginwidth and marginheight and frameborder = 0 iframe load with out any bordar and any 3d style if scrolling = no dont show scroll and if = yes it show scrolls in front page u can first put your iframe and then in html code find iframe tag and edit scrolling to no
Yes, but I only want to disable the horizontal scrollbar, not the vertical too!
I don't html have any specific command for that.
but still u can try verticalborder=no horizontalborder=0 if this work it is ur good luck. I'll attempt to explain this by using an example. Let's say your iframe source is called shoutbox.html and your division ID for the style of the shoutbox is under #div. This is what you put in your style tags: CODE #div { overflow-x: hidden; } Of course you have other things in between, I'm sure there are colour and width and height and other specifications. But to hide the horizontal scrollbar that is what you do. Then how to call it up would be to insert the id into the iframe tag. Like so: CODE <iframe src="shoutbox.html" id="div"> </iframe> Alternate method (easier method): If you are not sure about using CSS, then directly edit the HTML by inserting this into the divison tag. CODE <iframe src="shoutbox.html" style="overflow-x: hidden;"> </iframe> Hope that was helpful
Latest Entries
overflow-x
Disabling Horizontal Scroller In Iframe? your answer was awesome! I've been trying to do that for years. thank you! -reply by lisa
another way
Disabling Horizontal Scroller In Iframe? Disabling Horizontal Scroller In Iframe? just add to the body tag of the page you're embedding in the iframe style="overflow-x:hidden;". <body topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 scroll=yes style="overflow-x:hidden;">
Solution to iFrame horsizontal scroll issue
Disabling Horizontal Scroller In Iframe? scrolling="yes" horizontalscrolling="no" verticalscrolling="yes" Set scrolling to 'yes' in your iFrame tag BUT explicitly state that you are going to have NO horizontal scroll. It works. :)
GENIUS!!!
Disabling Horizontal Scroller In Iframe? Replying to iGuest I searched and searched for a solution to this D@mn scrollbar problem, tried numerous 'solutions', YOURS actually worked. Thank you, thank you, thank you!! -reply by Sedge11
Hide Horizontal scroll bar of IFRAME.
Disabling Horizontal Scroller In Iframe? How to hide horizontal scroll bar using IFRAME control. I want only vertical scroll bar. If description width is long then appear horizontal scroll bar but I not want horizotal scroll bar any way. Help me. -reply by piyush
Similar Topics
Keywords : disabling, horizontal, scroller, iframe
(7) Is it possible to call a file, i.e. 1.htm, from my web browser using such tag HTML iframe src (1) I am trying to make a menu for my site. I made an HTML page with the text/links of the menu, then I Horizontal List Problems (5) I can't figure out why this horizontal list isnt working. Underneath my banner is supposed to How do I change the scroller? (3) I was reading about browser specific hacks, to hide something from IE, and I found this nice article encryption/html function disabling etc. (2) Hey Guys, Searched for posts re: webpage security (keeping slimeB*lls from "borrowing" your content) Looking for disabling, horizontal, scroller, iframe
|
![]() Disabling Horizontal Scroller In Iframe? - How can I do that? |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com