Tooltips for nav menu

Permalink
How do I add tooltips to the autonav?

trixiemay
 
jordanlev replied on at Permalink Reply
jordanlev
Do you know how to create tooltips using HTML/CSS and/or javascript already, and are just wondering how to plug that into Concrete5? Or do you need to know how to do this from scratch?
trixiemay replied on at Permalink Reply
trixiemay
Just how to plug it in to C5.
Thanks.
jordanlev replied on at Permalink Reply
jordanlev
What you want to do is create a custom template for the AutoNav block and put the CSS/JS either inline in the custom template's html, or create separate CSS/JS files and include them in your template's <head>.

Here are the docs on custom templates:

http://www.concrete5.org/documentation/how-tos/customize-a-block-s-...

http://www.concrete5.org/documentation/general-topics/custom-templa...

Hope that helps!