Log In · Register

 
Shrinking the "Online Now" Image notification
Jenny082
post Jan 4 2008, 01:31 PM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: Jan 2008
Member No: 606,444



Haha, I'm back..this is my last time, promise, lol.

I'm currently using a skinny myspace layout, and I'm using a code to shrink my Top Friend's picture so they don't stretch out my skinny tables!

Whenever about 2 or so of my top friends are online, the "Online Now" notification image stretches out my tables, which doesn't look right.

I was wondering if there is a code to make the online now image smaller in the Friends list area? Thank you!
 
 
Start new topic
Replies (1 - 2)
S-Majere
post Jan 4 2008, 06:24 PM
Post #2


Addict
*******

Group: Staff Alumni
Posts: 3,918
Joined: Jun 2007
Member No: 538,522



Try something like this -

CODE
<style>
table.friendsComments table div img {display:none !important}table.friendSpace table div img {display:none !important}</style>
 
newkidontheblock
post Jan 5 2008, 06:47 AM
Post #3


Offline.
*****

Group: Official Designer
Posts: 609
Joined: Mar 2007
Member No: 507,591



If the one above doesn't work for you try this.

Shrink all ONLINE NOW img
CODE
<style type="text/css" >
.ImgOnlineNow { width:50px!important; height:10px!important; }
</style>

Shrink only Friend Space ONLINE NOW img
CODE
<style type="text/css" >
.friendSpace .ImgOnlineNow { width:50px!important; height:10px!important; }
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: