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
[code
<div id="login">
<p class="login">W&P Assessor Login</p>
</div>
[/code]
If its not possible no worries - just a thought i had?
Thanks again
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>
[/code]
If its not possible no worries - just a thought i had?
Thanks again
Ben