Is there anyway to fix this problem?
.sponser
{
margin-top:390px;
width:650px;
height:60px;
border:1px solid #888;
}
.sponserimgage
{
width:80px;
height:40px;
margin-right:5px;
border-radius: 10px;
float:center;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.sponserimgage:hover
{
opacity:1.0;
height:45px;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition:width 1s;
-moz-transition:width 1s; /* Firefox 4 */
-webkit-transition:width 1s; /* Safari and Chrome */
-o-transition:width 1s; /* Opera */
transition:height 1s;
-moz-transition:height 1s; /* Firefox 4 */
-webkit-transition:height 1s; /* Safari and Chrome */
-o-transition:height 1s; /* Opera */
}

New Topic/Question
Reply


MultiQuote





|