Amrinder wrote:
> Hi!
> 
> I am working with jQuery plugin: Coda Slider on my redesign: 
> www.awayback.com/realign and there I have put a link at bottom of the page 
> which takes me to the top (named as TOP). Now its working fine at homepage: 
> www.awayback.com/realign but not here at work page 
> www.awayback.com/realign/work Is this because of javascript being used?
> 
> Please help me with this.
> 
> Thx
> Amrinder
> www.awayback.com 

Hi Amrinder,

It seems a javascript error is preventing the browser from following
through on the default action. Using Firefox 3/Ubuntu 8.04, I used the
Edit HTML function of the Web Developer toolbar to add this snippet:

<script type="text/javascript">
window.onerror=return;
</script>

...which seemed to restore the functionality. You'll probably want a
more robust solution and obviously you'll want to fix whatever error in
jQuery is causing the problem.

Incidentally, Firebug reports the error on Line 184 of:
http://www.awayback.com/realign/work/jquery.serialScroll-1.2.1.js

Hope that helps.
Bill Brown
TheHolierGrail.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to