DW Scrollbar Question
- Started
- Last post
- 10 Responses
- cre2d
Can one control the color of the scrollbars in DW without coding one's own set? Just want to have some scrollbars that match the site colors.
Thanks
- ********0
use CSS dude
- cre2d0
thanks. As you can see I am kinda new at this.
- Bio0
i would offer you a sample code of mine, but my server was hacked and still not up.
very simple stuff really. you should be able to copy and paste the code from one of their examples to see how everything works. it is really very easy if you already have a basic understanding of html.
=) have fun!
- ********0
it's as simple as placing a small link to an external file or including the CSS itself on your main file.
- Mick0
On a slightly related question - does anyone know if you can create
stylename:hover
stylename:visited
stylename:active
etc. style attributles through dreamweaver's UI without having to edit the CSS file manually?
- mitsu0
would you like your wysiwyg supersized?
- Bio0
there are some basic CSS functions in dreamweaver in the CSS pallet:
Window> CSS Styles
you can do some simple things there, but the more complicated you get, the more i would recommend coding it yourself, but the built in functions arent bad.
- PuFFi0
damn, I just learned today that you can make a class with the a:visited etc... using the thing... just to share
- Bio0
nifty!