CSS Chatbox tab?
2 posters
Page 1 of 1
CSS Chatbox tab?
hi, I m trying to get our forum chatbox to appear at the bottom right corner of the forum, and when you move up the page, the button for the chatbox follows, ive got the code for it:
but, ive put it in the CSS and its done nothing, were do i put it, and how do i get it the in bottom right corner???
- Code:
<div id="LGchatbtn" class="wmenu" onclick="showhide('LGchat');" onmousedown="savelst();"> Chat (<span id="chatcount">0/0</span>)</div>
but, ive put it in the CSS and its done nothing, were do i put it, and how do i get it the in bottom right corner???
Re: CSS Chatbox tab?
Your code that you gave does not go into CSS that is html with inline js. So that would be one reason why it is not working in the CSS, cuz its not!
to ensure you are right follow the tuts provided by rideem.
and to place anything in bottom right the CSS prop would be
And if you are using phpbb3, you only have CSS and Javascript files to work with. You do not have template editing. Meaning the code you gave is not from LG's tutorials.
to ensure you are right follow the tuts provided by rideem.
and to place anything in bottom right the CSS prop would be
- Code:
#LGchat{bottom:0;right:0;}
And if you are using phpbb3, you only have CSS and Javascript files to work with. You do not have template editing. Meaning the code you gave is not from LG's tutorials.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum