On Saturday, January 31, 2004, 10:11:03 AM, you wrote:
CCT> I would like to fill a div, set to a specific size, with a list of
CCT> dynamic data. I would like to set it up so that, should the list be
CCT> longer that the height of the div, a user could mouseover an icon to
CCT> make it scroll.
How about CSS:
.notes-box {background-color : White; overflow : auto; height: 200px; border : 1px solid Silver;}
<div class="notes-box">
(dynamic data here)
</div>
~ Ubqtous ~
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

