hello, I was trying to put hide and show login panel and make images brighter on hover on the same page for hide and show login panel i need the following files
<script type="text/javascript" src="<?=$retpath;?>/mootools-1.2.3.1- more.js"></script> <script type="text/javascript" src="<?=$retpath;?>/mootools-1.2.3- core.js"></script> <script type="text/javascript" src="<?=$retpath;?>/mootools.svn.js"></ script> and for opacity on hover for the images i need- <script type="text/javascript" src="mootools.1.2.3.js"></script> Here is the way it is looking on the same page http://mooshell.net/3RNwr/ opacity on hover of the images only works when i comment svn file and the following part <script type="text/javascript"> window.addEvent('domready', function(){ var mySlide = new Fx.Slide('v-menu2').hide(); $('toggle').addEvent('click', function(e){ e = new Event(e); mySlide.toggle(); e.stop(); }); }); </script> which is for the login panel. It seems svn file is creating some problem here. but that is needed for login panel. Can anyone tell me how i can make it work both the application on the same page? Thanks in advance.
