a very simple menu in css, but how to implement it?

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
Lateralus
Forum Members
Forum Members
Posts: 40
Joined: Fri Jun 01, 2007 10:49 am

a very simple menu in css, but how to implement it?

Post by Lateralus »

Hey everybody!

I've installed my cmsms and it's works fine. The problem is getting the menu of my template work with cmsms... I've been reading many topics about menumanager, but i just can't get it work i dont know wich steps i should take...

Here is my template with the working menu, it's just a styled with css with two levels.

http://www.sterparket.nl/test/

And here is the cms driven website:

http://www.sterparket.nl/

As you see the minimal menu is active at the moment. But, where should i place my menu css? Does anybody know how to fix this?? Thanx in advance!!!

Johan van Zanten
Lateralus
Forum Members
Forum Members
Posts: 40
Joined: Fri Jun 01, 2007 10:49 am

Re: a very simple menu in css, but how to implement it?

Post by Lateralus »

the menu css:

ul.menuul {
list-style:none;
margin:0px;
padding:0px;
text-align:center;
}

ul.subul {
list-style:none;
margin:0px;
padding:0px;
margin-left:20px;
text-align:center;
}

ul.subul a, ul.subul a:active, ul.subul a:visited {
color:#003399;
display:block;
height:21px;
font-family:tahoma;
font-size:15px;
font-weight:bold;

text-decoration:none;
}

ul.subul a:hover {
background-image:url(images/hovergif.gif);
background-repeat:no-repeat;
color:#843408;
}

li.menuli {
padding-left:0px;
padding-right:0px;
padding-top:8px;
padding-bottom:8px;

}

li.menuli a, li.menuli a:active, li.menuli a:visited {
display:block;
height:21px;
font-family:tahoma;
font-size:15px;
font-weight:bold;
color:#ea9261;
text-decoration:none;
}

li.menuli a:hover {
background-image:url(images/hovergif.gif);
background-repeat:no-repeat;
color:#843408;
}

li.menuli2 a, li.menuli2 a:active, li.menuli2 a:visited {
display:block;
height:21px;
font-family:tahoma;
font-size:15px;
font-weight:bold;
color:#006600;
text-decoration:none;
}

li.menuli2 a:hover {
background-image:url(images/hovergif.gif);
background-repeat:no-repeat;
color:#843408;
}
GraemeS
Forum Members
Forum Members
Posts: 36
Joined: Sun Jan 06, 2008 6:09 pm

Re: a very simple menu in css, but how to implement it?

Post by GraemeS »

you can place it inside your normal css file, you just need to amend you tpl file in menumanager to assign to the relevant class and div
Lateralus
Forum Members
Forum Members
Posts: 40
Joined: Fri Jun 01, 2007 10:49 am

Re: a very simple menu in css, but how to implement it?

Post by Lateralus »

sorry i don't understand what you mean by this post... ???
Post Reply

Return to “CMSMS Core”