mouse over using css
<div class="trans"><img src="../images/landing/landing.png" /></div>
======================
<style>
.trans {
background-color: #276596;
width: 85px;
height: 85px;
margin-left: 126px !important;
margin-top: -29px !important;
}
.trans:hover {
background-color: grey;
width: 85px;
height: 85px;
margin-left: 126px !important;
margin-top: -29px !important;
}
</style>
======================
<style>
.trans {
background-color: #276596;
width: 85px;
height: 85px;
margin-left: 126px !important;
margin-top: -29px !important;
}
.trans:hover {
background-color: grey;
width: 85px;
height: 85px;
margin-left: 126px !important;
margin-top: -29px !important;
}
</style>
Comments
Post a Comment