CSS Library: Vertical CSS Menus: Here
Wire Frame Menu
Author: Dynamic Drive
This is a vertical CSS menu with a simple frame around the menu items. It's "minimalist" style allows you to customize its style further as you see fit.
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 1 of 3 pages 1 2 3 >
I've been needing a "wireframe" nav bar for awhile. This was very useful.
Nice menu. I had no idea this section of Dynamic Drive existed...I will definitely return
Great modern menu!
This is cool. But, how I wish that this also can be applied within a table. Or, maybe, a <table> and <td> version of this, instead of using <li>.
in reply to amir
This is a much simpler and much better way to do links, the point of CSS is to navigate away from tables.
This is a much simpler and much better way to do links, the point of CSS is to navigate away from tables.
This looks great in IE, but in Mozilla the menu crosses the entire page. Any help please?
Great site lots of info i am kinda new too this and i seem to favor FireFox Browser over IE no offence to any one here but i just think it is a better browser
You say
* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
so then for FireFox i just leave this alone
Sorry for the stupid question
G
You say
* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
so then for FireFox i just leave this alone
Sorry for the stupid question
G
Thanks for sharing ! I love this menu.
Can get code for css cascade menu
i suggest
.wireframemenu ul li{
padding: 0;
margin: 0;
list-style-type: none;
}
this is better
Commenting is not available in this weblog entry.
.wireframemenu ul li{
padding: 0;
margin: 0;
list-style-type: none;
}
this is better

