CSS Library: Horizontal CSS Menus: Here
Modern Bricks Menu
Author: Dynamic Drive
This is a modern looking, imageless horizontal menu. The selected menu item merges with the band below it to help it stand out even more. As mentioned, the menu uses no images, making customization a breeze.
Demo:
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 7 of 7 pages « First < 5 6 7
thanks you very nice.
How would you center this on your page? Thanks
dasgfsdag
why does it require the
padding: 5px 10px;
in the #modernbricksmenu a{ ?
padding: 5px 10px;
in the #modernbricksmenu a{ ?
Just what I was looking for.
Thanks for taking the time to design it.
Thanks for taking the time to design it.
Simple css menus with good clean code.
How to use the rating stars to rate without page refresh ?
thanks for posting the javascript as everyone was asking on how do this..
<script language="Javascript">
function makeCurrent(vMenu) {
var thisLI=vMenu.parentNode
var thisUL=thisLI.parentNode
var thisChild=thisUL.firstChild;
vMenu.parentNode.id = "current"
while ( thisChild != thisUL.lastChild )
{
if ( thisChild.tagName=="LI" )
{
thisChild.id=""
}
thisChild = thisChild.nextSibling;
}
thisLI.id = "current"
}
</script>
<script language="Javascript">
function makeCurrent(vMenu) {
var thisLI=vMenu.parentNode
var thisUL=thisLI.parentNode
var thisChild=thisUL.firstChild;
vMenu.parentNode.id = "current"
while ( thisChild != thisUL.lastChild )
{
if ( thisChild.tagName=="LI" )
{
thisChild.id=""
}
thisChild = thisChild.nextSibling;
}
thisLI.id = "current"
}
</script>
simple design yet elegant..









