Image Hover/Twitter Rows In Top Banners [Band MySpaces] |
Image Hover/Twitter Rows In Top Banners [Band MySpaces] |
Jun 12 2009, 11:26 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jun 2009 Member No: 732,515 |
Hey guys, I've looked everywhere for how to create a row of twitter boxes in a top banner like alotta the bands on MySpace have.
Example: http://www.myspace.com/hitthelights Also, I can't figure out how to create a row of linked image hovers, like the navigation at the top of this MySpace: http://www.myspace.com/askylitdrive Any and all help is majorly appreciated :] |
|
|
|
![]() |
Jun 14 2009, 03:28 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
the one image is both the normal image and the image you want people to see when they hover over the link. make the one image twice the height as the normal/hover images, then put the normal one on the top half and the hover one on the bottom half.
.navigation a:hover { background-position:bottom; } tells the browser that when a visitor hovers over one of the links, it's to move the image to the bottom one. take these for example: ![]() normal links will be the top half, and when a visitor hovers over the link, they'll see the bottom half. |
|
|
|
CameronVainglory Image Hover/Twitter Rows In Top Banners [Band MySpaces] Jun 12 2009, 11:26 PM
fixtatik ^ you can make rollovers 10x easier than that.
th... Jun 13 2009, 07:30 PM
CameronVainglory I'm not all that familiar with div codes :/
a... Jun 14 2009, 01:33 AM
fixtatik put the URL for images where it says "image f... Jun 14 2009, 02:08 PM
CameronVainglory oh, I get that. but how does that create a rollove... Jun 14 2009, 03:19 PM
CameronVainglory oh, okay. I think I got it. Thanks. I'll try i... Jun 14 2009, 03:36 PM
CameronVainglory Well, I tried it and thought it was sure to work, ... Jun 15 2009, 03:48 AM![]() ![]() |