|
|
|
|
![]() ![]() |
Apr 6 2005, 02:47 PM
Post
#1
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 14-February 05 From: Oslo, Norway Member No.: 3,759 |
Is there a way to disable the horizontal scroller in iframes? If yes, how can I do it?
|
|
|
|
Apr 6 2005, 02:55 PM
Post
#2
|
|
|
King of My WOrld ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 482 Joined: 11-October 04 Member No.: 1,665 |
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 |
|
|
|
Apr 6 2005, 02:57 PM
Post
#3
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 150 Joined: 2-April 05 From: Somewhere in the webspace, with a huge spider beside me. Member No.: 5,163 |
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
|
|
|
|
Apr 6 2005, 04:19 PM
Post
#4
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 29 Joined: 6-April 05 Member No.: 5,318 |
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. |
|
|
|
Apr 6 2005, 08:07 PM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 6 Joined: 6-April 05 From: Newcastle.. :D Member No.: 5,329 |
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
|
|
|
|
Apr 10 2005, 06:12 PM
Post
#6
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 14-February 05 From: Oslo, Norway Member No.: 3,759 |
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...
|
|
|
|
May 2 2005, 09:28 PM
Post
#7
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 310 Joined: 9-February 05 From: Italian Member No.: 3,677 |
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 |
|
|
|
May 5 2005, 07:23 AM
Post
#8
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 535 Joined: 14-February 05 From: Oslo, Norway Member No.: 3,759 |
Yes, but I only want to disable the horizontal scrollbar, not the vertical too!
|
|
|
|
May 5 2005, 08:22 AM
Post
#9
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 29 Joined: 5-May 05 Member No.: 6,649 |
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. |
|
|
|
May 5 2005, 08:26 AM
Post
#10
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |