[jQuery] Re: JQUERY ListNav, can't figure how to make it work

2009-07-23 Thread keith westberg
It looks like you have the listnav script file loaded three times... this may be causeing it. Prob only need one of these. script type=text/javascript src=/customer/caorsu/customerpages/jquery.listnav-2.0.js/script script type=text/javascript

[jQuery] Re: JQUERY ListNav, can't figure how to make it work

2009-07-23 Thread Carina
Hm, I took two out but it still is looking the same with out the nav at the top. On Jul 23, 7:45 am, keith westberg keith.westb...@gmail.com wrote: It looks like you have the listnav script file loaded three times... this may be causeing it.  Prob only need one of these. script

[jQuery] Re: JQUERY ListNav, can't figure how to make it work

2009-07-23 Thread Jack Killpatrick
yes (only use one of the listnav js files). That and rename this: div id=demoFour class=listNav/div to this: div id=demoFour-nav class=listNav/div - Jack keith westberg wrote: It looks like you have the listnav script file loaded three times... this may be causeing it. Prob only need one

[jQuery] Re: JQUERY ListNav, can't figure how to make it work

2009-07-23 Thread Carina
Oh, thank you! that worked. On Jul 23, 9:11 am, Jack Killpatrick j...@ihwy.com wrote: yes (only use one of the listnav js files). That and rename this: div id=demoFour class=listNav/div to this: div id=demoFour-nav class=listNav/div - Jack keith westberg wrote: It looks like you