jquery tooltip on custom nav?
-
Hey all,
Been looking at this for a while now, and have hit a brick wall.
I have a static site layout created, and the navigation uses drop downs, and once each link is rolled over it has a jquery rollover effect that displays an image on each navigation element in a particular drop down. – using JS tooltip
Similar to this effect – https://cssglobe.com/lab/tooltip/03/
An example of the code form the static site is below:
<li><a href="applications-snow-plough.html" class="screenshot" rel="site_images/pop/snowplough-pop.jpg">Snow plough</a></li>
I am wondering how I would be able to make this effect apply to a wordpress version of the site I am working on, using the wp-custom nav.
I can apply the ‘class=”screenshot” to the menu list items, but it isn’t working, and I think it’s due to the menus containing so many other classes, as I can make the tooltip appear if it’s not applied to the navigation.
Also as this tooltip uses the ‘rel=’ it won’t let me input URLs for the images and strips out the formatting.
Any help or advice would be great.
- The topic ‘jquery tooltip on custom nav?’ is closed to new replies.