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 6 of 7 pages « First < 4 5 6 7 >
This is a great CSS menu, and I appreciate the simplicity of it. :) Question: How do you elongate the menu boxes so they are of the same size, even if the page menu "names" are not? Please be kind as I'm still learning! Thanks!
How would you center this on your page? Thanks
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 ?
simple design yet elegant..
VERY nice. Would be absoloutly perfect, if i could center the thing. Any ideas?
To center it, you need to wrap the div id="modernbricksmenu" inside another div id="wrapper".
Create a new style:
#wrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
}
Commenting is not available in this weblog entry.
Create a new style:
#wrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
}






