https://www.icyphoenix.com/viewtopic.php?f=28&t=6307&p=43039#p43039
-----------------------------------
elpulgas
Sun 16 Aug, 2009 21:56

Re: [Beta IPv1.3.0.*] Quick Login Box (Drop-Down Style)
-----------------------------------
Well I was experimenting with it but then I thought it would be easier to use the same script used in the menu. 

[code linenumbers=false]
	<div id="login_tab2">
The form here
        </div>
<span class="logintablink" onclick="ShowHide('login_tab','login_tab2','login_tab');">
<a href="#" onclick="return false;" title="Login"><b>LogIn</b></a>
</span>
		<div id="login_tab" class="js-sh-box">	
<script type="text/javascript">
			<!--
			tmp = 'login_tab';
			if(GetCookie(tmp) == '2')
			{
				ShowHide('login_tab', 'login_tab2', 'login_tab');
			}
			//-->
			</script>
</div>[/code]

Here's what I did with it  :mrgreen: :

[img]http://www.icyphoenix.com/files/images/7414/untitled_1.png[/img]

But it still has a big issue. I don't know how to set it to be hidden by default  :oops:


