want help :D
4 posters
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: Scripts and Coding :: Client-Side Languages
Page 1 of 1
want help :D
ok so i know u guys have absolutely nothing to do with this n its forumotions job but that site is so lame so i just wanna ask u if there's a way to disable archives in chatboxes???
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: want help :D
Well, I doubt that you could disable the link but you might be able to change it's visibility. Try this:
I just looked at the source code for the chatbox. The archives option is contained by a list element. Since that element is IDed, we can specify that it isn't visible.
I hope that helps you.
PS: Could someone move this to a programming place?
- Code:
li#chatbox_option_with_archives {
visibility: hidden;
}
I just looked at the source code for the chatbox. The archives option is contained by a list element. Since that element is IDed, we can specify that it isn't visible.
I hope that helps you.
PS: Could someone move this to a programming place?
kewlkreator- Global Moderator
- Posts : 927
Join date : 2009-07-13
Re: want help :D
where is the CSS box sorry for asking!
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: want help :D
thnx alot but it didnt work i found another temporary solution though
anonymous#1- Active Member
- Posts : 464
Join date : 2009-10-14
Re: want help :D
Well, archives option is contained by a list element.
aprillove20- Member
- Posts : 74
Join date : 2010-10-20
Graphic Design Forum | GraphicsCode.net :: Graphic Design and Web Design Forums :: Scripts and Coding :: Client-Side Languages
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum