[Dreamweaver] Scrollbars in Dreamweaver

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
User avatar
ADi@/\/TUM
Flower Child
Flower Child
Posts: 774
Joined: Sat Jun 26, 2004 7:51 am
Location: Canon City, Colorado
Contact:

What do I need to make IE type internally in my website?
I have to much information and would like to keep the layout to
a height minimum using the scrollbars.
The Monthly world, daily struggle!
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

You want it to scroll across the page?
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
User avatar
Bacon
Boo, or Boo-urns?
Boo, or Boo-urns?
Posts: 283
Joined: Sat Jan 31, 2004 8:08 am
Location: Australia
Contact:

Sorry I don't quite get what your trying to do? You want to make a frame and put the text into that, then use scroll bars for that frame?
User avatar
Grinch
Site Admin
Site Admin
Posts: 2170
Joined: Sat Jan 24, 2004 2:02 pm
Location: Martinsburg, WV

I'm not quite sure what he is asking either.
User avatar
ADi@/\/TUM
Flower Child
Flower Child
Posts: 774
Joined: Sat Jun 26, 2004 7:51 am
Location: Canon City, Colorado
Contact:

I want to put vertical scrollbars inside the webpage....

I.E. you can scroll through text on the webpage....

Really don't know how to say it, but to say that their would be the Internet explorer scrollbar on the outside, and inside would be another scrollbar to scroll through the text.
The Monthly world, daily struggle!
User avatar
Rat
Drain Brain
Drain Brain
Posts: 4476
Joined: Mon Jun 14, 2004 9:38 am
Location: in the dark

Frames within frames is the answer. You may have to make a framset which points to a sub folder with another frameset and another which points to a third and so on. Remember that each frame can be set to scrolling or not.
User avatar
ADi@/\/TUM
Flower Child
Flower Child
Posts: 774
Joined: Sat Jun 26, 2004 7:51 am
Location: Canon City, Colorado
Contact:

thanks rat I have been wondering about that for so long
The Monthly world, daily struggle!
KrazyKid
A Forum Addict
A Forum Addict
Posts: 69
Joined: Tue May 24, 2005 6:07 am
Location: Ashland, WI
Contact:

Using divs are better. I generally recommend against frames for anything. Here's what you'd want:

<div align="left" style="overflow: auto; height: 300px; width: 400px; border-color: red; border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;">

CONTENT HERE

</div>
KrazyKid
My new site is up!
thatothersite.net
User avatar
nesman
Miracle Worker
Miracle Worker
Posts: 1453
Joined: Thu Jan 15, 2004 8:17 am
Contact:

I've been thinking of knocking extra iframes out of my website. It causes some issues with small windows. For the most part I didn't need the iframes anyway, but I built with them so I could manage parts of the website easily.

I'll have to try divs for the portions where they apply.
User avatar
Rat
Drain Brain
Drain Brain
Posts: 4476
Joined: Mon Jun 14, 2004 9:38 am
Location: in the dark

KrazyKid wrote:Using divs are better. I generally recommend against frames for anything. Here's what you'd want: [remainder snipped]
That's nice. I like it... Now.... how do you position the division? You can align the content by changing <div align = "left"..... to <div align = "right" or whatever... but how is the division itself shifted? If I wanted that nice box to appear centrally in the window, or on the right, what changes are needed?
User avatar
Grinch
Site Admin
Site Admin
Posts: 2170
Joined: Sat Jan 24, 2004 2:02 pm
Location: Martinsburg, WV

You could use CSS to handle your div's. Don't ask me how because I am not familiar enough with it. Tableless CSS using div's seems the way to go now. I will try to implement it on my work website when I get done with my MCSE training.
Post Reply