Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Scrolling Smiley Box; problem
Topic Started: Jul 10 2009, 01:41 PM (489 Views)
esy1024
Member
 *  
z11.invisionfree.com/chilling_out

Have had the scrolling smiley box for some time now. I do notice that sometimes, it's displayed at the top of the screen, and sometimes it's displayed at the bottom of the screen. Is this fixable? this is the code I've been using

<script type='text/javascript'>
<!--
// scrollbar at emoticons when posting
// code mod: atlantica
// original code: Stefan, http://ifsz.net/

if (document.location.href.indexOf('act=Post'), ('act=Msg') != -1) {
e = document.getElementsByTagName('TABLE')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'tablefill' && e[n].innerHTML.indexOf('Clickable Smilies') != -1 && e[n].innerHTML.indexOf('Show All') != -1) {
nd = document.createElement('DIV')
nt = e[n].cloneNode(true)
nd.appendChild(nt)
nd.style.width = '400'
nd.style.height = '300'
nd.style.overflow = 'auto'
p = e[n].parentNode
p.replaceChild(nd, e[n])
break
}}}
// -->
</script>
<script language='javascript' type='text/javascript'>
<!--
itm = null;
itm = document.getElementById('qr_open');
if (itm) itm.style.display = '';
//-->
</script>

Edited by esy1024, Jul 10 2009, 01:44 PM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards - Skinning & Code Support · Next Topic »
Add Reply