Customised scrollbar and buttons?

liunx

Guest
Hi all,<br />
<br />
I am currently learning to understand CSS, but in the meanwhile, I've designed scroll bar 'up' and 'down' buttons and the side bar, which I want to substitute for the ones automatically created by dreamweaver. <br />
<br />
Is there a particular script I need to learn to accomplish this?<br />
<br />
Will the whole text, sidebar, up and down buttons have to be scripted separately?<br />
<br />
Is this Java scripting? <br />
<br />
I would appreaciate any help<br />
<br />
Gus<!--content-->Hi All<br />
<br />
I would really appreciate any advice about this subject. <br />
<br />
I would like to create a customised scroll bar with different up and down buttons. is this achieveable using html, or would i have to use a web graphics software like fireworks?<br />
<br />
Thanks<!--content-->be patient.<br />
<br />
Someone is cooking something up for you and you have to be patient. Only been 2 hours.<br />
<br />
I cant help though.<!--content-->Do you mean this?<br />
<br />
<style type="text/css"><br />
<br />
body{scrollbar-3d-light-color:#000000;<br />
scrollbar-arrow-color:#000000;<br />
scrollbar-base-color:#E09999;<br />
scrollbar-track-color: #E0E0E0;<br />
scrollbar-dark-shadow-color:#660000;<br />
scrollbar-face-color:#B99999;<br />
scrollbar-highlight-color:#E0B9B9;<br />
scrollbar-shadow-color:#BB9999;}<br />
<br />
</style><br />
<br />
In every page in the head, so you can change the look.<br />
<br />
//////// but i think it will not work in this doctype:<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<br />
<br />
:rocker:<!--content-->i was going to reply and say the same the as the post ^^^^ above!<br />
<br />
haha<br />
<br />
later<br />
customizing scrollbars are cool, but i am pretty sure that only ppl with IE 5.5 or greater can view them. just to let you know.<!--content-->
 
Back
Top