using dfn tags to show definitions, but still using them as menu structure
using dfn tags to show definitions, but still using them as menu structure
Hi. I am running CMSMS version 1.0.7. and using an unedited version of the "Top simple navigation + left subnavigation + 1 column" template. It uses the "simple_navigation.tpl" file from the menu manager to make the top menus. I believe that either the menu manager file or the css file for the template is hiding the dfn tags which are automatically assigned to the pages of your site. I want to keep the dfn tags hidden in the menu, while using them as they are used here: http://www.headscape.co.uk/text/153/sta ... esign.html (see underlined terms in second paragraph). What is the easiest way to do this?
Re: using dfn tags to show definitions, but still using them as menu structure
modify the dfn hiding rule to only affect stuff inside your menu div
for example
dfn {color:red} affects every dfn
#mymenu dfn {color:red} only affects dfn tags inside div id=mymenu
hope this helps
for example
dfn {color:red} affects every dfn
#mymenu dfn {color:red} only affects dfn tags inside div id=mymenu
hope this helps