What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

Well sprucemagoo, the idea was to use a plugin called jQuery Color that allows for transitions between one color to another.  This can also be done with CSS 3 transitions as well, but it wouldn't work with the ancient browsers such as IE8 and below.  So the plan was to use this plugin, and initiate a hover event that when a user hovered over a top-level li tag, the entire navigation bar would animate from one color to another.  Unfortunately, there's a snag in the plugin that makes the target, in this case the nav bar, revert to a white background and then it keeps flashing.  Truth be told, I didn't look at the code in the plugin very much to see if I could fix it. 


In going a different route with the navigation and jQuery, I left the script in there because I still wanted the nav bar to change colors when the top-level li tags are hovered over rather than make a global li:hover selector.


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top