HighDots Forums  

Re: Vertical scrollbar within a table?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Vertical scrollbar within a table? in the Macromedia Dreamweaver forum.



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

Default Re: Vertical scrollbar within a table? - 09-07-2006 , 09:49 PM






you can make anything scroll with a div set to overflow:auto

this is the style:
#slider{
width:250px;
height:400px;
overflow:auto;
}

then on the page (in the form or where ever you want it:

<div id="slider">
any content you want to scroll...............
this can be form controls, images, etc.
</div>

just change the style's width and height to fit your space.

if you want to see an example i am using this code on my home page. link is
below.


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.