Click that site.And look at the right.There is a chatbox and you can see there is a text saying click here to hide or show chatbox.
When you click it it hides the chatbox.How is that possible?
I wanna do that to my site.^^
Click that site.And look at the right.There is a chatbox and you can see there is a text saying click here to hide or show chatbox.
When you click it it hides the chatbox.How is that possible?
I wanna do that to my site.^^
The general outline is pretty simple. You have some Javascript code which is triggered by the click and which changes the CSS for that entire section (probably a <div>) from display: block; to display: none;.
-WCC
I found a discussion about it http://www.webmasterworld.com/forum91/441.htm
But still i'm no expert.So idk what to do.
I just wanna hide/unhide my chatbox xD
bump
bump
This topic has been closed to new replies.