TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Scroll bar

Page: 1 Reply
Mar 7th 2002#34816 Report
Member since: Feb 7th 2002
Posts: 36
Is there a way to have a scroll bar from left to right (right to left) without using frames?

I'm making a site with thumbnails and I would love to have the viewers scroll all of them (about 30) from left to right.

Thank you for your help.
Reply with Quote Reply
Mar 7th 2002#34818 Report
Member since: Jan 19th 2002
Posts: 800
if the page requires a horizontal scrollbar, there will be one...im guessing you are talking about using an iframe or something, and if thats the case, then just make your page where it doesnt need to scroll vertically, but it does need to sroll to the right?
Reply with Quote Reply
Mar 7th 2002#34840 Report
Member since: Feb 7th 2002
Posts: 36
Hi Bonamo,

I have no idea what are Iframe, but I'm guessing it's what I'm looking for. A horizontal scroll bar inside a html page without using frames.

Can you make Iframes different colors?

Thank you for your time
Reply with Quote Reply
Mar 7th 2002#34846 Report
Member since: Jan 19th 2002
Posts: 800
an iframe is the same as a regular frame except it is just atag, like this

<.iframe src="yourpage.html" height=XYZ Width=ABC>

im pretty sure thats the code for it but i could be wrong, you may not need the closing tag.

you would just make whatever you want to be in that iframe(basically a box in your page) in a seperate html file called "yourpage.html" or whatever you want, and then set the width and height you want the box to be, and if the images go off to the right, there will be a horizontal scrollbar

someone correct my iframe tag if its wrong
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum