Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > HTML, XHTML and CSS

Reply
 
LinkBack Thread Tools
Old May 24th, 2007, 04:16 PM   #1
New Member
 

Join Date: May 2007
Location: TORONTO
Age: 38
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jadeite100 is on a distinguished road
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:
<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 10:52 AM.. Reason: Please use [code]...[/code] tags when displaying code!
jadeite100 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 24th, 2007, 04:19 PM   #2
Most Reputable Member
 
spinal007's Avatar
 

Join Date: Mar 2004
Location: Good Ol'London
Age: 24
Posts: 1,684
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Rep Altering Power: 0 spinal007 has a spectacular aura about spinal007 has a spectacular aura about
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.
__________________
Diego - Web-Developer & London SEO Expert
jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
spinal007 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 24th, 2007, 04:29 PM   #3
New Member
 

Join Date: May 2007
Location: TORONTO
Age: 38
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jadeite100 is on a distinguished road
Re: IFrame left horizontal scrollbar and top horizontal scroll bar

Hi:

If given the following html:
Code:
<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 10:52 AM.. Reason: Please use [code]...[/code] tags when displaying code!
jadeite100 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 24th, 2007, 04:38 PM   #4
Most Reputable Member
 
spinal007's Avatar
 

Join Date: Mar 2004
Location: Good Ol'London
Age: 24
Posts: 1,684
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Rep Altering Power: 0 spinal007 has a spectacular aura about spinal007 has a spectacular aura about
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)
__________________
Diego - Web-Developer & London SEO Expert
jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
spinal007 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 24th, 2007, 05:00 PM   #5
New Member
 

Join Date: May 2007
Location: TORONTO
Age: 38
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jadeite100 is on a distinguished road
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.
jadeite100 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 25th, 2007, 10:46 AM   #6
Most Reputable Member
 
spinal007's Avatar
 

Join Date: Mar 2004
Location: Good Ol'London
Age: 24
Posts: 1,684
Blog Entries: 1
Thanks: 1
Thanked 4 Times in 4 Posts
Rep Altering Power: 0 spinal007 has a spectacular aura about spinal007 has a spectacular aura about
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.
__________________
Diego - Web-Developer & London SEO Expert
jQuery Plugins: Multiple File Upload, Star Rating, FCKEditor | NEW: XML to JSON
spinal007 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 29th, 2007, 05:45 AM   #7
Elite Veteran
 
Ryan Fait's Avatar
 

Join Date: May 2006
Location: Las Vegas
Posts: 3,784
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough Ryan Fait is a jewel in the rough
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.
Ryan Fait is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
iframe


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 HTML, XHTML and CSS 11 September 29th, 2007 10:05 PM
horizontal scroll html saltedm8 HTML, XHTML and CSS 2 September 12th, 2007 12:56 AM
vertical but no horizontal scroll bar.. word wrap nate2099 HTML, XHTML and CSS 1 July 17th, 2007 08:20 AM
CSS - Horizontal Scroll Bar Start Position???? jez HTML, XHTML and CSS 0 July 14th, 2007 05:05 AM
Page creates horizontal scroll bar in IE leebridgewater HTML, XHTML and CSS 1 March 5th, 2006 05:23 AM


Search Engine Optimization by vBSEO 3.2.0 RC8