The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

theres two crowns on the online

5 posters

Go down

In progress theres two crowns on the online

Post by Kite Trojan November 10th 2013, 03:06

i added crowns to my online bar but whenever i type something, itll add an extra crown between the "@" 

my css stylesheet:
 iv#chatbox, #chatbox_members{
background-color:#1D1D1D;
}
a[href="/u1"] strong {
padding-left: 13px;
background: url(https://2img.net/h/oi30.tinypic.com/5vyums.jpg) no-repeat left;
}
.name strong a[href="/u#"]{
    padding-left: 13px;
    background: url(imagedirectlink) no-repeat left;}
    p a[href="/u#"], .forabg a[href="/u1"],  .forumbg a[href="/u#"], .postprofile strong a[href="/u#"], .page-bottom a[href="/u#"], #chatbox_members a[href="/u#"], .module a[href="/u#"] {
        background: url("imagedirectlink") no-repeat;
        padding-left: 16px;
        padding-top: 2px;
    }
a[href="/u1"]
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Ange Tuteur November 10th 2013, 03:11

Hello Xnomejx,

For these crowns, are you referring to the chatbox mod sign(@)?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: theres two crowns on the online

Post by mangaka November 10th 2013, 03:38

Try to modify all of the code into this:

Code:
iv#chatbox, #chatbox_members{
background-color:#1D1D1D;
}
a[href="/u1"] strong {
padding-left: 13px;
background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
}
.name strong a[href="/u1"]{
    padding-left: 13px;
    background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;}
    p a[href="/u1"], .forabg a[href="/u1"],  .forumbg a[href="/u1"], .postprofile strong a[href="/u1"], .page-bottom a[href="/u1"], #chatbox_members a[href="/u1"], .module a[href="/u1"] {
        background: url("http://i30.tinypic.com/5vyums.jpg") no-repeat;
        padding-left: 16px;
        padding-top: 2px;
    }
mangaka
mangaka
Forumember

Female Posts : 121
Reputation : 5
Language : Indonesia
Location : Well

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 10th 2013, 04:28

mangaka wrote:Try to modify all of the code into this:

Code:
iv#chatbox, #chatbox_members{
background-color:#1D1D1D;
}
a[href="/u1"] strong {
padding-left: 13px;
background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
}
.name strong a[href="/u1"]{
    padding-left: 13px;
    background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;}
    p a[href="/u1"], .forabg a[href="/u1"],  .forumbg a[href="/u1"], .postprofile strong a[href="/u1"], .page-bottom a[href="/u1"], #chatbox_members a[href="/u1"], .module a[href="/u1"] {
        background: url("http://i30.tinypic.com/5vyums.jpg") no-repeat;
        padding-left: 16px;
        padding-top: 2px;
    }
same thing still its just the same thing but theres 2 crowns infront of the mod sign
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by runawayhorses November 10th 2013, 04:32

Try adding a no repeat to the background image like this:

Code:
background-repeat:no-repeat;
Code:
background-repeat:no-repeat;
Code:
   iv#chatbox, #chatbox_members{
    background-color:#1D1D1D;
    }
    a[href="/u1"] strong {
    padding-left: 13px;
    background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
    }
    .name strong a[href="/u1"]{
        padding-left: 13px;
        background: url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;}
        p a[href="/u1"], .forabg a[href="/u1"],  .forumbg a[href="/u1"], .postprofile strong a[href="/u1"], .page-bottom a[href="/u1"], #chatbox_members a[href="/u1"], .module a[href="/u1"] {
            background: url("http://i30.tinypic.com/5vyums.jpg") no-repeat;
            background-repeat:no-repeat;
          padding-left: 16px;
            padding-top: 2px;
        }
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Ange Tuteur November 10th 2013, 04:46

Xnomejx,

Can you please clarify for us where this image is being duplicated?

Thank you Smile
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: theres two crowns on the online

Post by runawayhorses November 10th 2013, 04:48

Try it like this with width and height added.

Code:
iv#chatbox,#chatbox_members {
background-color:#1D1D1D;
}

p a[href=/u1],.forabg a[href=/u1],.forumbg a[href=/u1],.postprofile strong a[href=/u1],.page-bottom a[href=/u1],#chatbox_members a[href=/u1],.module a[href=/u1] {
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat;
background-repeat:no-repeat;
padding-left:16px;
padding-top:2px;
width:13px;
height:11px;
}

a[href=/u1] strong,.name strong a[href=/u1] {
padding-left:13px;
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
width:13px;
height:11px;
}
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 10th 2013, 05:03

runawayhorses wrote:Try it like this with width and height added.

Code:
iv#chatbox,#chatbox_members {
background-color:#1D1D1D;
}

p a[href=/u1],.forabg a[href=/u1],.forumbg a[href=/u1],.postprofile strong a[href=/u1],.page-bottom a[href=/u1],#chatbox_members a[href=/u1],.module a[href=/u1] {
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat;
background-repeat:no-repeat;
padding-left:16px;
padding-top:2px;
width:13px;
height:11px;
}

a[href=/u1] strong,.name strong a[href=/u1] {
padding-left:13px;
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
width:13px;
height:11px;
}
Xnomejx,

Can you please clarify for us where this image is being duplicated?

Thank you theres two crowns on the online Icon_smile
Under the online
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Ange Tuteur November 10th 2013, 06:17

Xnomejx wrote:Under the online
Okay to make sure,

The @ under the memberlist in the chatbox is showing your background image, correct?

theres two crowns on the online Captur95
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 10th 2013, 06:33

SethC1995 wrote:
Xnomejx wrote:Under the online
Okay to make sure,

The @ under the memberlist in the chatbox is showing your background image, correct?

theres two crowns on the online Captur95
just showing the same thing right now no crowns and yes
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Ange Tuteur November 10th 2013, 07:08

Try this in your CSS stylesheet to see if it stops that from happening.

Code:
#chatbox_members .online-users > li > a:first-child > span:first-child > strong:first-child{
background:none;
padding:inherit;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 10th 2013, 20:44

SethC1995 wrote:Try this in your CSS stylesheet to see if it stops that from happening.

Code:
#chatbox_members .online-users > li > a:first-child > span:first-child > strong:first-child{
background:none;
padding:inherit;
}
 wont work 
Code:
 iv#chatbox,#chatbox_members {
background-color:#1D1D1D;
}

p a[href=/u1],.forabg a[href=/u1],.forumbg a[href=/u1],.postprofile strong a[href=/u1],.page-bottom a[href=/u1],#chatbox_members a[href=/u1],.module a[href=/u1] {
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat;
background-repeat:no-repeat;
padding-left:16px;
padding-top:2px;
width:13px;
height:11px;
}

a[href=/u1] strong,.name strong a[href=/u1] {
padding-left:13px;
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
width:13px;
height:11px;
}
#chatbox_members .online-users > li > a:first-child > span:first-child > strong:first-child{
background:none;
padding:inherit;
}
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by SLGray November 10th 2013, 21:40

Add it to the top of your CCS stylesheet.


theres two crowns on the online Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 11th 2013, 21:17

it wouldnt wor

Code:
iv#chatbox,#chatbox_members {
background-color:#1D1D1D;
}

p a[href=/u1],.forabg a[href=/u1],.forumbg a[href=/u1],.postprofile strong a[href=/u1],.page-bottom a[href=/u1],#chatbox_members a[href=/u1],.module a[href=/u1] {
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat;
background-repeat:no-repeat;
padding-left:16px;
padding-top:2px;
width:13px;
height:11px;
}

a[href=/u1] strong,.name strong a[href=/u1] {
padding-left:13px;
background:url(http://i30.tinypic.com/5vyums.jpg) no-repeat left;
width:13px;
height:11px;
}
#chatbox_members .online-users > li > a:first-child > span:first-child > strong:first-child{
background:none;
padding:inherit;
}
div#chatbox, #chatbox_members{ background-color:#1D1D1D; }
it did nothing
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: theres two crowns on the online

Post by Kite Trojan November 14th 2013, 02:28

help
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum