I have only been using CMS a few days and think it is very cool!
I have a question regarding the layout - Bulletmenu Vert 1 and css - col Nav-Vertical. The sub-menus don't completely fill in on hover. I played with the demo site to see if it was me or css and got the same results. I have been trying to figure out how to make the sub-menu completely fill in on hover, but I have not been able to.
If there is more than 1 item in the list it really only look like it is the last item that has a gap between the border and the hover color change.
I quess the question is...what do I need to change to make the hover color fill in completely?
I am using version 0.13.
Thanks,
Kenny
CMS - Bulletmenu Vert 1- layout
-
- Forum Members
- Posts: 12
- Joined: Sun Sep 03, 2006 7:36 pm
-
- Forum Members
- Posts: 12
- Joined: Sun Sep 03, 2006 7:36 pm
Re: CMS - Bulletmenu Vert 1- layout
I sorted through the style sheet and figured it out.
I commented out the line below:
div#menu_vert ul ul {
border-right: none;
border-top: none;
border-bottom: 1px solid #000000;
/* padding-bottom: 5px; */
}
Then adjust the padding in this div tag if you want to make the link have the same height as the ohter links or just leave it smaller because it is a sub menu item.
div#menu_vert ul ul li a,
div#menu_vert ul ul li a:link,
div#menu_vert ul ul li a:visited {
display: block;
padding: 3px 5px 3px 25px;
border-bottom: none;
font-size: 90%;
}
I commented out the line below:
div#menu_vert ul ul {
border-right: none;
border-top: none;
border-bottom: 1px solid #000000;
/* padding-bottom: 5px; */
}
Then adjust the padding in this div tag if you want to make the link have the same height as the ohter links or just leave it smaller because it is a sub menu item.
div#menu_vert ul ul li a,
div#menu_vert ul ul li a:link,
div#menu_vert ul ul li a:visited {
display: block;
padding: 3px 5px 3px 25px;
border-bottom: none;
font-size: 90%;
}