Scrollbar |
Post Reply |
Author | |
lcameron
Groupie Joined: 08-May-2006 Status: Offline Points: 47 |
Post Options
Thanks(0)
Posted: 08-May-2006 at 1:06am |
I am customising a ProductCart site that has quite long content pages and would like to install a scrollbar if possible to these content pages. I am new to .asp so if anyone has any tips?
|
|
netprofits
Certified ProductCart Developers Joined: 05-January-2006 Location: United States Status: Offline Points: 22 |
Post Options
Thanks(0)
|
I'm not sure what kind of scroll bar you need. The browser itself should display a scroll bar that allows the user to scroll up and down to view the content if it goes beyond the bottom of the page. If you only want the content to scroll within the page and leave the banner, navigation and footer staying in the same place, you could use a div tag around your content something like this: <div style="border : solid 2px #000000; background : #ffffff; color : #000000; padding : 4px; width : 400px; height : 200px; overflow : auto; "> Change the various parameters as needed but the key items are width and height. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |