IFrame left horizontal scrollbar and top horizontal scroll bar

This is a discussion on "IFrame left horizontal scrollbar and top horizontal scroll bar" within the Web Page Design section. This forum, and the thread "IFrame left horizontal scrollbar and top horizontal scroll bar are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 24th, 2007, 20:16
New Member
Join Date: May 2007
Location: TORONTO
Age: 36
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
IFrame left horizontal scrollbar and top horizontal scroll bar

Hi All:
I have the following IFrame. I am using IE 6 SP2. IFrame is only support by IE.
Code: Select all
<IFRAME SRC="http://www.google.ca" HEIGHT="150" WIDTH="200" NAME="FloatingFrame1" SCROLLING="YES">
Sorry, your browser doesn't support inline frames.
</IFRAME>
By default, the vertical scrollbar is on the right side and the horizontal scrollbar is on the bottom side.
Is there an attribute in IFrame that allows me to change the vertical scrollbar to show on the left side and the horizontal scrollbar to be on the top of the IFrame instead of the bottom.
Any help or hint would be greatly appreciated.
Thank You.
Yours,
Frustrated.

Last edited by karinne; May 25th, 2007 at 14:52. Reason: Please use [code]...[/code] tags when displaying code!
Reply With Quote

  #2 (permalink)  
Old May 24th, 2007, 20:19
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,619
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

No. It can't be done.
The scrollbar is a pre-defined control part of the window that cannot be moved.
The only way to achieve that effect would be via Javascript.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #3 (permalink)  
Old May 24th, 2007, 20:29
New Member
Join Date: May 2007
Location: TORONTO
Age: 36
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

Hi:

If given the following html:
Code: Select all
<body > 
<table>
<tr>
<td vertical-align: top; padding: 3px>
<IFRAME SRC="http://www.google.ca" HEIGHT="150" WIDTH="200">
Sorry, your browser doesn't support inline frames.
</IFRAME>
</td>
</tr>
</table>
</body>
What would the javascript I have to added to make it so that the horizontal scrollbar is at the top of the IFrame and the vertical scrollbar is at the left of the iFrame.

Any hint would be greatly appreciated. Or a direction to a link or url to do this task would also be greatly appreciated.

Thank You.

Last edited by karinne; May 25th, 2007 at 14:52. Reason: Please use [code]...[/code] tags when displaying code!
Reply With Quote
  #4 (permalink)  
Old May 24th, 2007, 20:38
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,619
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

This seems like the best:
http://dyn-web.com/dhtml/scroll/

With a little tweaking you can probably move the scrollbar wherever you want. (you'll have to get down and dirty with Javascript)
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #5 (permalink)  
Old May 24th, 2007, 21:00
New Member
Join Date: May 2007
Location: TORONTO
Age: 36
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

Hi:

Thanks!!!!
I'll look into the tutorials.
Any other sites with good tutorials on scripting IFrame.
I searched through google but there doesn't seem to be that many or maybe I'll wrong.

Thanks again.
Reply With Quote
  #6 (permalink)  
Old May 25th, 2007, 14:46
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,619
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

Yeah, I searched around and that was the only decent one I could find...

http://www.dhtmlcentral.com/ used to offer a lot of cool scripts (including scrollbars, etc) but they're offline.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #7 (permalink)  
Old May 29th, 2007, 09:45
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

Unless you're ready to spend a lot of hours learning JavaScript, you might find it easier to just pay someone to code it for you.
Reply With Quote
Reply

Tags
iframe

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
unwanted horizontal scroll mykl Web Page Design 11 Sep 30th, 2007 02:05
horizontal scroll html saltedm8 Web Page Design 2 Sep 12th, 2007 04:56
vertical but no horizontal scroll bar.. word wrap nate2099 Web Page Design 1 Jul 17th, 2007 12:20
CSS - Horizontal Scroll Bar Start Position???? jez Web Page Design 0 Jul 14th, 2007 09:05
Page creates horizontal scroll bar in IE leebridgewater Web Page Design 1 Mar 5th, 2006 09:23


All times are GMT. The time now is 21:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43