katattack
10-19-2003, 02:04 PM
how do you make a scrollbar, i cant remeber how to do one
|
View Full Version : how do i make a scrollbar katattack 10-19-2003, 02:04 PM how do you make a scrollbar, i cant remeber how to do one Sheila 10-19-2003, 02:06 PM A scrollbar should automatically appear if your content is long enough. Or do you mean how to make it colored? katattack 10-19-2003, 02:08 PM basically anything, i dont uderstand most HTML and it gets too confusing after awhile lol Chris 10-19-2003, 02:15 PM if u want to chagen the colour of the scrollbar, out the following code on ur page: <style type="text/css"> <!-- body { scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; } --> </style> change the bits in bold to the colours you want. Or go here (http://www.4webhelp.net/us/scrollbar/) and follow the instructions. It is a generator. good luck katattack 10-19-2003, 02:16 PM ooo thankies Chris 10-19-2003, 02:21 PM no problem |