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.

title of chatbox in marquee style

4 posters

Go down

In progress title of chatbox in marquee style

Post by BetterHax April 15th 2013, 8:11 pm

Code:
a.cattitle { visibility: hidden; }
a.cattitle:after { content: "LeechHacks Chatbox - No support in CB";
visibility: visible;
float: left; }

Image of my Chatbox

the code above is my chatbox rename.. can i make it with marquee style?
the word "LeechHacks Chatbox - No support in CB" will be slide to the right?

i want to make it marquee style Very Happy it is possible? to add code "marquee" on my given code?
avatar
BetterHax
Forumember

Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by E-Mark April 16th 2013, 10:40 am

Not possible, since you are putting this in the CSS.
Btw, use this code instead of the code above as it may results to other bugs.

Code:
#chatbox_header a.cattitle {
visibility: hidden !important;
}
#chatbox_header a.cattitle:after {
content: "LeechHacks Chatbox - No support in CB";
visibility: visible;
float: left;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by BetterHax April 16th 2013, 11:15 am

E-Mark wrote:Not possible, since you are putting this in the CSS.
Btw, use this code instead of the code above as it may results to other bugs.

Code:
#chatbox_header a.cattitle {
visibility: hidden !important;
}
#chatbox_header a.cattitle:after {
content: "LeechHacks Chatbox - No support in CB";
visibility: visible;
float: left;
}

thanks for this..
mmm its not possible ? to marquee the title? in css? but in JS?
avatar
BetterHax
Forumember

Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by Sir Chivas™ April 16th 2013, 1:59 pm

No, I don't think it's possible. Maybe JS would do the trick, I will try later on today. Very Happy
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by BetterHax April 16th 2013, 3:28 pm

Sir Chivas™️ wrote:No, I don't think it's possible. Maybe JS would do the trick, I will try later on today. Very Happy

wow thanks sir chivas i will wait the code Very Happy
avatar
BetterHax
Forumember

Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by Neymar1 April 16th 2013, 6:59 pm

Sir Chivas™️ wrote:No, I don't think it's possible. Maybe JS would do the trick, I will try later on today. Very Happy

JS doesn't have an effect on the default chat.
Neymar1
Neymar1
Forumember

Male Posts : 406
Reputation : 28
Language : HTML, CSS, and a bit of JavaScript
Location : Scotland

http://www.simplyfifa.com

Back to top Go down

In progress Re: title of chatbox in marquee style

Post by Sir Chivas™ April 16th 2013, 9:22 pm

Okay, thanks for the heads up, mate. You see, I'm not an expert in JS. Wink
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Back to top

- Similar topics

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