Page 1 of 1

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

Posted: Thu Feb 14, 2008 4:15 pm
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

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

Posted: Thu Feb 14, 2008 4:16 pm
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;
}

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

Posted: Thu Feb 14, 2008 9:04 pm
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

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

Posted: Sun Feb 17, 2008 6:17 pm
by Lateralus
sorry i don't understand what you mean by this post... ???