I’m decently knew to understanding the language that is jquery. I’m competent in HTML and CSS but this seems to be a higher learning curve than I have.
This is the code I plan to implement:
http://jsfiddle.net/yuQqh/15/
The fade in hover function isn’t rendering and I’m not sure how to fix it.
Basically there are list items and the hovered list link should fade in to reveal the content of the list item’s sub box, and then fade out when not hovered upon.
Thanks.
You have to put ‘fast’ is quotes in the fade commands. Also I don’t recommend binding to mouseenter/mouseleave as you will have to setup a lot manually to make it behave smoothly. Is there a reason you are binding another mouseover to link1? anyway, check this: http://jsfiddle.net/yuQqh/20/