Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 7th, 2007, 05:21 AM
Registered User
 
Join Date: Jan 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default create scrollbar

deal all,

How can i create a scroll bar inside the html body,

Ex: i have a list inside a table, when i expand the list, the scrollbar will appear beside the table or somewhere else...

any idea...thanks..

 
Old May 18th, 2007, 09:16 AM
Registered User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

.scrolling{

    height:450px;
    width:200px;
    overflow: auto;
    position: relative;
    background-color: transparent;
}









Similar Threads
Thread Thread Starter Forum Replies Last Post
Create ScrollBar for HTML DIV Adawi VB How-To 3 March 26th, 2008 10:05 AM
Create Custom ScrollBar dartcoach VB How-To 8 November 13th, 2006 09:30 PM
SCROLLBAR help! Please! Sickopuppie Dreamweaver (all versions) 0 June 13th, 2006 03:06 AM
scrollbar aytacakin Pro JSP 0 December 29th, 2005 05:33 AM
Scrollbar in "Table" mcinar Classic ASP Basics 7 January 2nd, 2005 09:03 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.