CSS Library: Horizontal CSS Menus: Here
Vertical Divider Menu
Author: Dynamic Drive
One of the most popular CSS menu interfaces around, this is a horizontal CSS menu that uses an indented vertical divider to separate each menu item. Each item can change background color when the mouse moves over it.
Demo:
The single image used:
![]()
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 2 of 3 pages < 1 2 3 >
to download image just click on vertical bar of image right mouse and save target as will copy image enjoy
This is a helpful tip for beginners who are not expert in HTML techniques and codes.
good sample, very simple to custom
but some "bugs":
to have "a:active" working fine, in css file, add :
#menu ul li a:link{
}
#menu ul li a:active{
color: #40a6cc;
background-color: #092869;
}
and
#menu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tahoma;/* <-- and not Tohoma*/
width: 812px;
border: 1px solid #625e00;
background-color: #f9ff91;
}
thanks to author.
but some "bugs":
to have "a:active" working fine, in css file, add :
#menu ul li a:link{
}
#menu ul li a:active{
color: #40a6cc;
background-color: #092869;
}
and
#menu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tahoma;/* <-- and not Tohoma*/
width: 812px;
border: 1px solid #625e00;
background-color: #f9ff91;
}
thanks to author.
there is no need to add image..
just put,a right border 1 pixel on
#vdividermenu ul li a
just put,a right border 1 pixel on
#vdividermenu ul li a
Thanks for this, however, there is no use for <li id="current">
i guess....we can make our own? not that it's too difficult :)
i guess....we can make our own? not that it's too difficult :)
good work man ,but i hate the color,and thank you.
the menu functions in FF but displays a little oddly. any fixes for this? thanks!
what if the last link (Forums) doesn't have a divider after it?
I have tried two of the menu examples and unlike you website they behave differently in my web page. Everything seems ok except the menu wraps. I have worked with CSS before but I just can not seem to fix this issue.


width: 99%;
i think this is where you are getting your space in IE