i having problem with the pic in the tracker, it doesn't capture all! mind helping me

i try to change this
[quote]a img {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
a:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}[/quote]
to
[quote].imgblock {
display: inline-block;
float: right;
background-color: transparent;
overflow: hidden;
height:85px;
width:77px;
text-align: center;
margin-right: 2px;
margin-left: 5px;
-moz-border-radius: 9px;
border: 2px outset #ffff33 ;
}
a img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
a:hover img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
img {
height: 85px;
border: 0px;
}[/quote]
but still nothing happens..
see it in my profile
http://profiles.friendster.com/46468506
edited:
[b]never mind this![/b]
Last edited by bles_212000 (2008-03-16 09:23:01)