Posted by ithacaindy on April 28, 2010 at 2:04pm
Before I'm hit on the head and shoulders for bringing up another menu question ;), I've tried to use a custom menu as a block, but I can't control (seems to work only with pages and not nodes of taxonomy) where it appears.
Anyway.
I know the instructions provided early for adding nice menus to OP work. However, I want (if possible) to retain the OP primary menu style. What css do I copy to nice menu to retain the OP menu appearance? Thanks.
Comments
Normally, this is the css for
Normally, this is the css for the main menu:
nav {
font-size: 1.083em;
margin: 0 0 10px;
border: 1px solid #e1e1e1;
background: #efefef url(../images/bkg/top_nav_bg.png) repeat-x;
}
nav ul.primary-links {
font-weight: 700;
padding: 0;
}
nav ul.primary-links li {
margin:0;
padding: 0;
float: left;
}
nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
padding: 13px 17px;
color: #000;
text-decoration: none;
font-family: Arial, helvetica, sans-serif;
font-weight: normal;
text-transform: uppercase;
display: block;
}
nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
text-decoration: none;
color: #FFF;
background: url(../images/bkg/top_nav_bg_over.png);
}
nav ul.primary-links li a.active {
text-decoration: none;
color: #FFF;
/* background: #FF9900; */
background: #FF9900
}
nav ul.primary-links li a.active:visited {color: #FFF;}
You should have to translate that into superfish menus :)
Thanks. Menu Oddness Remains.
For some reason, my nice menu primary menu is displaying vertically, rather than horizontally (take a look). I'm not sure where I messed-up.