Printable Version of Topic

Click here to view this topic in its original format

Forums _ MySpace Support _ Friends borders

Posted by: ZeT0 Aug 20 2010, 10:27 AM

What's the code to take away the border on the ONLINE NOW image that shows up under a friends picture.
I want to have a border on the friends pictures, but it puts a border around that ONLINE NOW image too. It looks ugly as sin!
Here's my code for the border;

CODE
/*FRIENDS PICTURES BORDER*/    
table.friendSpace img{
width:80px;
height:auto;
border: 5px;
border-color: 3c4a46;
border-style: solid;
}


Thanks!

Posted by: miguelS Aug 21 2010, 03:19 AM

Rather than selecting all images in the friends section, select the linked images in the cells of the friend section instead.

Change

CODE
table.friendSpace img

to
CODE
table.friendSpace table td td a img