Hi Guys.
I wanna change my Submit button (The default on that is used on Xp) to a custom image.
I've made this css so far:
It works 100%,
I wanted to know weather you can make a #replacement-1:hover and it'll work when you hover over the sumbit button.
I've tried
With no luck.
Ohh and How do you make the cursor change...
is it
?
Thanks.
I wanna change my Submit button (The default on that is used on Xp) to a custom image.
I've made this css so far:
| Code: |
|
#replacement-1 { width: 200px; height: 55px; margin: 0; padding: 0; border: 0; background: url("url") no-repeat center top; } |
It works 100%,
I wanted to know weather you can make a #replacement-1:hover and it'll work when you hover over the sumbit button.
I've tried
| Code: |
|
#replacement-1 a:hover{ background: url("images/sndbutton2.gif") no-repeat center top; } |
With no luck.
Ohh and How do you make the cursor change...
is it
| Code: |
| mouse: pointer; |
Thanks.
