Not working background image change on hover
I saw few answer about changing image on hover and i made one programme
according that but still it is not working. please suggest.
<style>
.nik:hover{ background-image:url(2.jpg); background-size:500px 500px;
background-position:center;}
</style>
<body>
<form method="post" enctype="multipart/form-data">
<table>
<tr>
<td class="nik" style="height:300px; display:block; width:300px; border:1
groove; background-image:url(a.jpg); background-size:300px 300px;
background-position:center;">
</td>
</tr>
</table>
</form>
</body>
No comments:
Post a Comment