HighDots Forums  

scrolling window

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss scrolling window in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
fireman0174
 
Posts: n/a

Default scrolling window - 02-15-2005 , 09:03 PM






I have a long document that I want to publish on a web site. I would like to
not break it up into smaller sections. (It's the Constitution & By-Laws of an
organization.)

However, I'd like to avoid losing the links on the side bar.

Some time ago I saw a site that had a "scollable window" within a html page.
The page itself did not scroll, but the text within the "scollable windowd"
did. This would solve my problem, but I'm not certain how to accomplish this.

Any ideas to help get me started?

Thanks - Art


Reply With Quote
  #2  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: scrolling window - 02-15-2005 , 11:34 PM






Art,
do a google search for I-Frame I'm sure that's what you mean.
Be aware that older browsers may have problems with this though.

--
Nadia
--------------------------------------------
Templates | http://www.DreamweaverResources.com
Dropdown Menu Designs | SEO Articles |Tutorials
CSS Templates | http://www.dreamweaverresources.com/CSS-templates
---------------------------------------------
Team MM Volunteer for Dreamweaver
www.macromedia.com/go/team
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------


"fireman0174" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have a long document that I want to publish on a web site. I would like
to
not break it up into smaller sections. (It's the Constitution & By-Laws of
an
organization.)

However, I'd like to avoid losing the links on the side bar.

Some time ago I saw a site that had a "scollable window" within a html
page.
The page itself did not scroll, but the text within the "scollable
windowd"
did. This would solve my problem, but I'm not certain how to accomplish
this.

Any ideas to help get me started?

Thanks - Art




Reply With Quote
  #3  
Old   
Tim Gallant
 
Posts: n/a

Default Re: scrolling window - 02-16-2005 , 01:01 AM



".: Nadia :. *TMM*" <forums@-ozzie-perrelink.com.au> wrote

Quote:
Art,
do a google search for I-Frame I'm sure that's what you mean.
Be aware that older browsers may have problems with this though.
Nadia, I'm surprised you didn't direct him to your own scrollable div
mini-tutorial....

Art, if you put your main text area in a div and do this in your CSS:

#maintext {
overflow: auto;
height: 400px;
width: 400px;
}

..... you should get an automatic scroll bar whenever the text is larger than
the assigned height.

Note that you need to assign specific height and width for this to work.

The other option is to make the navigation fixed position, but it would have
to be a small navigation area. And I seem to remember that one of the major
browsers ain't good with it.... (?)

tim




Reply With Quote
  #4  
Old   
.: Nadia :. *TMM*
 
Posts: n/a

Default Re: scrolling window - 02-16-2005 , 01:35 AM



"Tim Gallant" <tim (AT) timgallant (DOT) org> wrote

Quote:
".: Nadia :. *TMM*" <forums@-ozzie-perrelink.com.au> wrote in message
news:cuuigi$c50$1 (AT) forums (DOT) macromedia.com...

Nadia, I'm surprised you didn't direct him to your own scrollable div
mini-tutorial....
oh duh ! Blame it on a 'fuzzy' head - due to migraine pills ..........

here it is - I used graphics, but text could be used just as easily
http://www.dreamweaverresources.com/tutorials/verticalscroll.htm

--
Nadia
--------------------------------------------
Templates | http://www.DreamweaverResources.com
Dropdown Menu Designs | SEO Articles |Tutorials
CSS Templates | http://www.dreamweaverresources.com/CSS-templates
---------------------------------------------
Team MM Volunteer for Dreamweaver
www.macromedia.com/go/team
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------






Reply With Quote
  #5  
Old   
fireman0174
 
Posts: n/a

Default Re: scrolling window - 02-21-2005 , 03:39 PM



Nadia,

Thanks for the info. Did some research and not sure this is the direction I
want to go, but I thank you - and the others - for the feedback.

As usual, fast and helpful.

Your fix recommendations to me worked just fine on the problem I had - thanks,

Art


Reply With Quote
  #6  
Old   
Nadia *TMM*
 
Posts: n/a

Default Re: scrolling window - 02-21-2005 , 11:51 PM



"fireman0174" <webforumsuser (AT) macromedia (DOT) com> wrote in message
Quote:
Nadia,

Thanks for the info. Did some research and not sure this is the direction
I
want to go, but I thank you - and the others - for the feedback.
As usual, fast and helpful.
You're welcome Art.

Quote:
Your fix recommendations to me worked just fine on the problem I had -
thanks,
I'd like to see the finished site when you're done :-)

--
Nadia
--------------------------------------------
Templates | http://www.DreamweaverResources.com
Dropdown Menu Designs | SEO Articles |Tutorials
CSS Design Templates |
http://www.dreamweaverresources.com/CSS-templates/
---------------------------------------------
Team MM Volunteer for Dreamweaver | www.macromedia.com/go/team
MM Dreamweaver Tutorials | http://macromedia.com/devnet/mx/dreamweaver/
---------------------------------------------




Reply With Quote
  #7  
Old   
joost kolkman
 
Posts: n/a

Default Re: scrolling window - 02-22-2005 , 03:27 AM



Did you test the css solution in opera and the latest explorer on mac??
(os9 and os x) would have been so nice if it worked...

Joost Kolkman

(the last browser that didn't support iFrames is netscape 4.7)


Quote:
#maintext {
overflow: auto;
height: 400px;
width: 400px;
}

.... you should get an automatic scroll bar whenever the text is larger than
the assigned height.

Note that you need to assign specific height and width for this to work.

The other option is to make the navigation fixed position, but it would have
to be a small navigation area. And I seem to remember that one of the major
browsers ain't good with it.... (?)

tim



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.