![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Re: how can i add scrollbars
Miss CiCi, if you mean you want to put a scrollbar INSIDE a page, so that
youcan create text in a limited area and the scrollbar will turn up there only when there's overflow, there's a really neat and quick bit of CSS that does it: The CSS style in the head is: .templatescroll { position: relative; overflow: scroll; } whereas in the body you select the text with <div class="templatescroll"> content here </div> and Bob's yer uncle! :grin; |
|
|||
|
Re: how can i add scrollbars
No need to have position:relative there.
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "rosdeoz" <webforumsuser@macromedia.com> wrote in message news:g6mubd$hjo$1@forums.macromedia.com... > Miss CiCi, if you mean you want to put a scrollbar INSIDE a page, so that > youcan create text in a limited area and the scrollbar will turn up there > only > when there's overflow, there's a really neat and quick bit of CSS that > does it: > > The CSS style in the head is: > > .templatescroll { > position: relative; > overflow: scroll; > } > > whereas in the body you select the text with > > <div class="templatescroll"> content here </div> > > and Bob's yer uncle! :grin; > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|