title of chatbox in marquee style
4 posters
Page 1 of 1
title of chatbox in marquee style
- 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

BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: title of chatbox in marquee style
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.
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;
}
Re: title of chatbox in marquee style
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?
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: title of chatbox in marquee style
No, I don't think it's possible. Maybe JS would do the trick, I will try later on today. 

Sir Chivas™- Helper
-
Posts : 6895
Reputation : 439
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: title of chatbox in marquee style
Sir Chivaswrote:No, I don't think it's possible. Maybe JS would do the trick, I will try later on today.
wow thanks sir chivas i will wait the code

BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: title of chatbox in marquee style
Sir Chivaswrote:No, I don't think it's possible. Maybe JS would do the trick, I will try later on today.
JS doesn't have an effect on the default chat.
Re: title of chatbox in marquee style
Okay, thanks for the heads up, mate. You see, I'm not an expert in JS. 

Sir Chivas™- Helper
-
Posts : 6895
Reputation : 439
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

» Chatbox Body overlapping Chatbox Title?
» text title style
» Chatbox title disappeared how to fix
» Style don't support phpBB2: How do I move the topic title over?
» Chatbox Style Help
» text title style
» Chatbox title disappeared how to fix
» Style don't support phpBB2: How do I move the topic title over?
» Chatbox Style Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum