[jQuery] Re: reset toggle

2007-11-26 Thread befidled
y-ish. > > Glen > > On Nov 25, 2007 6:00 PM, befidled <[EMAIL PROTECTED]> wrote: > > > > > I've currently got a list where each list element fades in a > > corresponding div when clicked. It's set to toggle so that it will > > fade out the same div

[jQuery] reset toggle

2007-11-25 Thread befidled
I've currently got a list where each list element fades in a corresponding div when clicked. It's set to toggle so that it will fade out the same div when clicked again. I've set it up to also hide all divs so that they don't overlap each other. my code is below...my question is, is there a more

[jQuery] Superfish, jQuery and flashing menu...

2007-10-09 Thread befidled
http://www.tolerase.com/test2.php The navigation for the site above works fine in Firefox. In IE however, the menu rollover blinks everytime a submenu list element is rolled over. What can I do to fix this? Also, in Safari the full width of the submenu does not display until the user rolls over

[jQuery] jQuery CSS and Superfish not working w/IE

2007-10-09 Thread befidled
I've got the following site I am working on ( http://www.tolerase.com/test2.php ) and the drop down nav is working as intended on Firefox but in IE it is all over the place. I know the problems are CSS related, can anybody with experience with Superfish and CSS help me understand how I need to twe

[jQuery] Need help with navigation fading in and out

2007-09-11 Thread befidled
This is my first attempt to utilize jQuery so if I ask obvious questions please bear with me... I'm working on the following site and trying to get the navigation to fade in on rollover and fade out on rollout. So far I've got the code written for the rollover state but it doesn't seem to be work