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 message blink ?

3 posters

Go down

Solved Chat box message blink ?

Post by netsniper November 23rd 2009, 11:35 am

Hiya Guy's I want to get my Chat box being used more so is there anyway I can get the text below to BLINK and change the colour ? or anyway to add an Icon that blinks please look below you will see what I mean ?

Chat box message blink ? Capture

Thank you
Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by Goku93 November 23rd 2009, 11:38 am

i don't think that there is a way to do that

but you can add your chatbox at the bottom of your index so people can use it more
Goku93
Goku93
Forumember

Male Posts : 255
Reputation : 1
Language : English,Urdu,HTML,CSS,Coding,C++,Hacking
Location : Pakistan

http://www.zamboadvertising.net/forum.htm

Back to top Go down

Solved Re: Chat box message blink ?

Post by netsniper November 23rd 2009, 11:53 am

Thanks Goku93, I already have it at the bottom of my index but I just need something to draw their attention to it they all know its there but they forget to use it, thank anyway

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by ankillien November 23rd 2009, 1:56 pm

Hello,

So, you want to highlight the chatbox link?
You can do some interesting thing via templates.
Go to AmdinCp > DIsplay > General template > index_body > scroll down and find out this part...

Code:
<!-- BEGIN switch_chatbox_activate -->
<tr>
      <td class="row1">
         <span class="gensmall">{TOTAL_CHATTERS_ONLINE}&nbsp;:&nbsp; {CHATTERS_LIST} <br />
            <!-- BEGIN switch_chatbox_popup -->
            <div id="chatbox_popup"></div>

Notice the last line...
Code:
<div id="chatbox_popup"></div>

You can put <blink> , <marquee> or any other tags around it to highlight.


You can also give a link to chat box in your nav bar or homepage message Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Chat box message blink ?

Post by netsniper November 23rd 2009, 2:09 pm

Thank you again so if I wanted it to blink with a different colour

would I do it like this

<div id="chatbox_popup"><blink></div>

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by ankillien November 23rd 2009, 2:11 pm

No, it would be this...

Code:
<blink><div id="chatbox_popup"></div></blink>

...but blink would not work in IE and other old browsers.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Chat box message blink ?

Post by netsniper November 23rd 2009, 2:14 pm

one more question where can I add RED for the text colour

Thank you I don't know what I would do without Guy's like you

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by ankillien November 23rd 2009, 2:19 pm

To change color, you 'll go to your CSS and add this code...as template won't allow you to do so.

Code:
#chatbox_popup a {
color : RED !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Chat box message blink ?

Post by netsniper November 23rd 2009, 2:35 pm

ankillien wrote:No, it would be this...

Code:
<blink><div id="chatbox_popup"></div></blink>

...but blink would not work in IE and other old browsers.

Hi ankillien, I have changed my code for the one above as you said and published it but there is no change nothing is Blinking ? I am using Firefox latest version

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by ankillien November 23rd 2009, 2:38 pm

Sorry, I just checked and found that it would require CSS Razz
This code...

Code:
#chatbox_popup a {
text-decoration : blink;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Chat box message blink ?

Post by netsniper November 23rd 2009, 2:42 pm

Thank you ankillien it works perfect you are a STAR man

Thank you Hello
netsniper
netsniper
Active Poster

Male Posts : 1040
Reputation : 0
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Chat box message blink ?

Post by ankillien November 23rd 2009, 2:43 pm

Thanks for kind comments Very Happy
Glad I could help.

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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