Name Color not working again?
4 posters
Page 1 of 1
Name Color not working again?
This is for
www.RaptorClan.com
I have this as my javascript code
and this as my CSS
And the name color isn't changing :S
www.RaptorClan.com
I have this as my javascript code
- Code:
$(function(){
multiColor(1, '<strong><font color="#ffffff">Sp</font><font color="#00ffff">yr</font><font color="#666666">o</font><font color="#00ffff"> ▀█▀ </font><font color="#ffffff">Dr</font><font color="#00ffff">ag</font><font color="#666666">on</font></strong>');
function multiColor(id, html){$('a[href="/u'+id+'"] strong').not(function(){return $("img",this)[0]}).html(html)}
});
and this as my CSS
- Code:
body {
background:url() fixed no-repeat 0 0 #000;
background-size:100% 100%;
}
}
/*
Hackety-hack-hack…
FF2, with the above code, will only display the repeat-y image for as
high as the window’s viewport is; higher content (upon
scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6…dunno
’bout IE7.
*/
html>body {
min-height: 100%;
width: auto;
}
div.t16 {font-size: 16pt}
div.t9 {font-size: 9pt}
div.t12 {font-size: 11pt}
td.catLeft, th.thLeft {
border-width: 0px 0px 0px 0px;
}
#profile-advanced-details div.separator { display:none !important }
#profile-advanced-details dl { display:inline }
#profile-advanced-details dl#field_id8 { display:block }
#profile-advanced-details dl dd, #profile-advanced-details .field_uneditable { display:inline }
#profile-advanced-details dl dt { float:none; display:inline }
#profile-advanced-details dl dd { margin-left:5px }
#profile-advanced-details { white-space:pre-wrap }
.forumline { border-spacing:0 }
th.thLeft, .thRight {
border: none !important;
font-size: 0;
}
/* Right icon of the name in members list */
.name strong a[href="/1"],#chatbox_members a[href="/u1"], .gensmall a[href="/u1"]{
padding-right: 15px;
background: url(http://i35.servimg.com/u/f35/19/49/56/15/the_di10.gif) no-repeat right;}
And the name color isn't changing :S
Amadeus- Forumember
- Posts : 157
Reputation : 1
Language : Polish, English
Location : Poland
Re: Name Color not working again?
You can use this one instead. I think it's easier this way:
- Code:
$(function(){
multiColor(1, '<strong><span style="color:#ffffff">Sp</span><span style="color:#00ffff">yr</span><span style="color:#666666">o</span><span style="color:#00ffff"> ▀█▀ </span><span style="color:#ffffff">Dr</span><span style="color:#00ffff">ag</span><span style="color:#666666">on</span></strong>');
function multiColor(id, html){$('a[href="/u'+id+'"] strong').not(function(){return $("img",this)[0]}).html(html)}
});
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Name Color not working again?
Didnt work... the 1st one works on
SpyroDragon.com but its not working on
RaptorClan.com for some reason :S
SpyroDragon.com but its not working on
RaptorClan.com for some reason :S
Similar topics
» Name Color Not Working
» User Rank Color Not working
» Add a color to the top of the last post in categories with the same color as the group
» Background color and text color by rank
» [background color update]-I want the code to change the background color
» User Rank Color Not working
» Add a color to the top of the last post in categories with the same color as the group
» Background color and text color by rank
» [background color update]-I want the code to change the background color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum