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>

Comments

Popular posts from this blog

Create Schema Using C# Asp .Net Dynamically.

How to set Transaction and Roll Back using Entity Framework in C# Code.

How to post image in blob using Windows Azure.