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.

Chat box problems. More like i have no clue

3 posters

Go down

Solved Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 5:53 am

I need some help with figuring out how to get the chat box to show the shadow or even how to insert the shadow into the css. Everything i try isn't working.

Solved :wouhou:


Last edited by Ghost of ET on February 3rd 2013, 7:00 am; edited 2 times in total
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:12 am

Are you trying to get your chatbox to show up at all?

I'm not sure what you mean by show the shadow or even how to insert the shadow into the css... can you explain?
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:16 am

I have my chat box up but i want the shadow to stay on for everything they do.
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:22 am

What shadow are you talking about? Can you explain with screenshots please?
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:24 am

No idea how to screen shot :/.
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:26 am

ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:28 am

text-shadow:8px -5px 6px #1083cf;

Also I think this might be a little more clear.
When they log on their user name will show the shadow on it. When they post a message when it shows their name it has the shadow on it. and at the bottom of the screen when it says visited in the past 24 hours it shows the shadow on their name.
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:29 am

So each user's username has a shadow effect on it via CSS, and you want that shadow to show up in the chatbox, too?
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:31 am

Uh no just moderators that i nick named judge.
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:33 am

Can you provide your forum url please?
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:36 am

Warning i didn't really put it up well xD. http://crayacademy.forumotion.com/
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:39 am

I'll see what I can do.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:50 am

Arigato
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:51 am

Alright. The way the CSS codes work is that it's only one what you've applied it to. Applying it to a[href="/g8-judge"] will only make certain links to that group glow. If you want the USERS in that group, you need to do it individually to their /u code; for example, "Xeamnz" is /u30, so you'd have it inserted in your CSS like this:
Code:
a[href="/u30"] {   
    text-shadow:1px 0px 6px #1083cf;}
You could probably use the glitter code as well, but I'm not 100% on that. Also, I changed the shadow to 1/0/6 instead of 8/-5/6 like you had it, but you're free to change it back.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 6:53 am

No idea how i'm going to change something that i don't even know about. But thanks XD. question though how did you get the number?
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by ANGrey February 3rd 2013, 6:57 am

Visiting their profile. The /u code is what registered user they are, regardless of deletions.

For example, on the support forum,
https://help.forumotion.com/u86899
Is you. That means /u86899 is you.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by SLGray February 3rd 2013, 7:07 am

Ghost of ET wrote:Solved :wouhou:
Is this solved now?


Chat box problems. More like i have no clue 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by Ghost of ET February 3rd 2013, 7:10 am

Yes sir.
avatar
Ghost of ET
Forumember

Posts : 36
Reputation : 1
Language : English

Back to top Go down

Solved Re: Chat box problems. More like i have no clue

Post by SLGray February 3rd 2013, 7:11 am

Thanks.
Topic Solved & Locked


Chat box problems. More like i have no clue 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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