Script: Scrollable Content
URL: http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
I was wondering if there was a way to remove the horizontal scroll bar in this script. I only need/want the vertical scrollbar.
Script: Scrollable Content
URL: http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
I was wondering if there was a way to remove the horizontal scroll bar in this script. I only need/want the vertical scrollbar.
Last edited by ddadmin; 03-02-2005 at 06:51 PM.
There certainly is:
Replace this:
With this:Code:<div id="scroll3" style="width:170px;height:381px;background-color:lightyellow;overflow:scroll">
And you should be sorted.Code:<div id="scroll3" style="width:170px;height:381px;background-color:lightyellow;overflow-y:scroll;overflow-x:hide">
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Thank you, works fine in IE6 but not in NS7.2 and Firefox 1.0PR. Any suggestions?
I found this somewhere a while ago...
I forgot to run this script over FireFox (my default browser), as I wrote the code in Frontpage, which uses integrated IE6. SorryI found out a long time ago that Netscape is an altogether different animal: it doesn't even comply to the system's settings and displays a plumb scrollbar everywhere it sees fit.
cr3ative
A retired member, drop me a line through my site if you'd like to find me!
cr3ative media | read the stickies
Hi:
If I recall correctly, the correct way to hide the horizontal scrollbar in CSS is "overflow-x: hidden", not "overflow-x: hide".So the result should be:
This will cause the horizontal scrollbar to disappear in IE, though as noted, Firefox will still display it.Code:<div id="scroll3" style="width:170px;height:150px;background-color:lightyellow;overflow:scroll; overflow-x: hidden">
Hi ,everybody i have been trying to fix a contact form to link to e mail account for som resone it is not working. i want to send it to something like this. @than name.co.uk
any suggestions?
thanks
P.S this is how i done it
mailto:@than name.co.uk
Bookmarks