Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrollbar

Status
Not open for further replies.
Joined
Sep 8, 2003
Messages
2
Location
US
Hi, I need help making a scrollbar in dreamweaver mx
I want a section of my web page to be at a certain hight and width, then I want the text in it and whatever else I'd like to put in it, then to be able to scroll it. Does anyone know of any helpful tutorials?
 
you need to look into iframes. text below taken from
Code:
I frames are an easy way to implement a separate page, into a different one, making it much easier than frames.

to make an i frame, insert this code:

<iframe src=&quot;URL&quot; name=&quot;myiframe&quot; scrolling=auto width=250 height=200 frameborder=0>Type message here</iframe>

Were is says URL you put the url to the page you want displayed, were is says width and height, you modify to any settings you want. Were it says &quot;type message here&quot; you write the message you want displayed when someone is in a browser that is not compatible with iframes.

Cheech

[Peace][Pipe]
If you don't stand up for something, you'll fall down. Toke it Easy.
Howard Marks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top