I have this div
Is it possible to make the bg image change on mousover??
The reason the image is set as a background is because i have wring over it - in the div
I know you can do rollover imagmes but how would i make the bg image change that is inside a div???
Thanks for any advice
Ben
Code:
#login {
background-image: url(../images_new/login.gif);
background-repeat: no-repeat;
background-position: right top;
height: 31px;
width: 127px;
float: right;
text-align: right;
margin-top: 0px;
margin-right: 0px;
}
Is it possible to make the bg image change on mousover??
The reason the image is set as a background is because i have wring over it - in the div
Code:
<div id="login">
<p class="login">W&P Assessor Login</p>
</div>
I know you can do rollover imagmes but how would i make the bg image change that is inside a div???
Thanks for any advice
Ben