Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
554 Points
316 Posts
Jun 26, 2011 06:45 AM|LINK
hi
I have used the lavalamp code from the following link http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ Problem is when i click on <a> it is redirecting to its href page but it is not focussing on that particular page. My code is
<script type="text/javascript"> $(function() { $("#1, #2, #3").lavaLamp({ fx: "backout", speed: 700, click: function(event, menuItem) { return true; } }); }); </script>
<ul class="lavaLampBottomStyle" id="3"> <li><a href="../TBSFinPages/HomePage.aspx">Home</a></li> <li><a href="../TBSFinPages/FinHomePage.aspx">Financial Applications</a></li>
when i click on Financial Applications it is redirecting me to FinHomePage.aspx but it is not focussing on this page instead focussing on home page.
why? any idea how to solve this?
athar_techsa...
Member
554 Points
316 Posts
lavalamp losing its focus when redirected to another page?
Jun 26, 2011 06:45 AM|LINK
hi
I have used the lavalamp code from the following link http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ Problem is when i click on <a> it is redirecting to its href page but it is not focussing on that particular page. My code is
<script type="text/javascript"> $(function() { $("#1, #2, #3").lavaLamp({ fx: "backout", speed: 700, click: function(event, menuItem) { return true; } }); }); </script><ul class="lavaLampBottomStyle" id="3"> <li><a href="../TBSFinPages/HomePage.aspx">Home</a></li> <li><a href="../TBSFinPages/FinHomePage.aspx">Financial Applications</a></li>