Log In · Register

 
 
Closed TopicStart new topic
long screenames in comment section
partybiatch
post Jun 17 2006, 06:44 PM
Post #1


Senior Member
***

Group: Member
Posts: 88
Joined: Jul 2005
Member No: 177,306



the screenames of my friends in the comment section make my comment section go all large, how can i decrease them or hide them?

its only in mozilla/firefox, internet explorer splits the name and prevents them to spread the section. i need some help!!

check my profile _unsure.gif


EXPLORER biggrin.gif



FIREFOX cry.gif
 
*This Confession*
post Jun 17 2006, 07:28 PM
Post #2





Guest






sorry you can fix that
thats just how firefox is

not many people use ff though
so don't worry about it.

ie kind of sucks and so its going to change that stuff.
but the sn isn't actually written like that
so you can't chnage that
you could change the way the links are though
like the font and size of them
 
partybiatch
post Jun 18 2006, 06:06 AM
Post #3


Senior Member
***

Group: Member
Posts: 88
Joined: Jul 2005
Member No: 177,306



can i change the way links are shown in firefox as well??

how can i do it??
 
*This Confession*
post Jun 18 2006, 06:09 AM
Post #4





Guest






CODE
{This is how all anchor points will be displayed; anchor points appear before all links.}  
a{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }  
a:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}  
a.redlink{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a.redlink:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px;  color:######; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:link{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}  
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
 
partybiatch
post Jun 18 2006, 06:27 AM
Post #5


Senior Member
***

Group: Member
Posts: 88
Joined: Jul 2005
Member No: 177,306



are you sure this works for firfox? i use these css codes already.. i'll give you a snippet :

CODE
a:linka:link{color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none; font-size:7pt;font-weight:;letter-spacing:;}

a:visited{color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none; font-size:7pt; font-weight:;letter-spacing:;}

a:active{color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none; font-size:7pt;font-weight:letter-spacing:; }

a:hover { color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size: 7pt;border:; border-color:white; background-color: COLOR HERE; font-weight:;letter-spacing;}

a.navbar{color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size: 7pt; }font-weight:;letter-spacing:;}

a.navbar:link{color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size: 7pt; font-weight:;letter-spacing:;}

a.navbar:active{color:black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size: 7pt;border: 0px solid; border-color:COLOR HERE; background-color: COLOR HERE;font-weight:;letter-spacing:;}

a.navbar:visited{color:black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size:7pt;font-weight:;letter-spacing:;}

a.navbar:hover{ color: black; font-family:small fonts;text-transform: lowercase; text-decoration: none;  font-size: 7pt;border: 1px solid; border-color:COLOR HERE; background-color: COLOR HERE; font-weight:;letter-spacing:;}

a.man{visibility:hidden; display:none}
 
*This Confession*
post Jun 18 2006, 06:34 AM
Post #6





Guest






hmm
well try this
i use this on my stuff works fine in ff for me

CODE
a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 7px; color: ffffff; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent; border: 0px solid 000000;}

a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 7px; color: ffffff; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: ccd49b;}


change the color codes to whatever.
 
partybiatch
post Jun 18 2006, 06:40 AM
Post #7


Senior Member
***

Group: Member
Posts: 88
Joined: Jul 2005
Member No: 177,306



yeah it worked, thank you very much biggrin.gif laugh.gif tongue.gif
 
*This Confession*
post Jun 18 2006, 06:44 AM
Post #8





Guest






welcome deary.

have a nice day ! happy.gif
topic closed
 

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