using dfn tags to show definitions, but still using them as menu structure

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
studip101
Forum Members
Forum Members
Posts: 15
Joined: Wed Jun 13, 2007 8:31 am

using dfn tags to show definitions, but still using them as menu structure

Post by studip101 »

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?
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: using dfn tags to show definitions, but still using them as menu structure

Post by tsw »

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
Post Reply

Return to “CMSMS Core”