Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Default picture

Posted by: Yuniechan Jul 1 2010, 05:24 PM

Is there a way to make the default picture bigger in size when hovered?

Posted by: Mike Jul 16 2010, 01:43 PM

For 1.0, try this:

CODE
<style>
.profileInfo a img {height: #px; width: #px;}
.profileInfo a img:hover {height: #px; width: #px;}
</style>

For 2.0, try this:

CODE
.basicInfoModule a img.photo {height: #px; width: #px;}
.basicInfoModule a img.photo:hover {height: #px; width: #px;}