[quote=mickyriora][quote=hael]only the sidebarviewer will resize @ feruzz given css code...
but the shoutout pic.... got problem ...... how to resize it
[/quote]
[b]This are the code to be placed in css for shoutout[/b] Edit the bold part for the pic size
#spawnPic img {
height: [b]100px[/b];
width: [b]100px[/b];
border: 2px #97B6CA solid;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}
#spawnPic a:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}[/quote]
[b]yeaaah thats the css code for shout out buts its not workin
[/b]