Help - Search - Members - Calendar
Full Version: Default picture
Forums > Resource Center > Support Center > MySpace Support
Yuniechan
Is there a way to make the default picture bigger in size when hovered?
Mickey
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;}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.