CSS Library: Vertical CSS Menus: Here
Glossy Vertical Menu
Author: Dynamic Drive
This is a CSS vertical menu that uses a thin, repeating background image that changes when the mouse moves over a link. The image is glossy looking with an indent at the bottom to create a nice separation between links.
Demo:
The two images 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 5 of 13 pages « First < 3 4 5 6 7 > Last »
This shows also on safari 2.0 (i think it looks better on a mac myself)
WOw this works great!! what a sweet site!! I have been looking to improve my web skills. lots of cool stuff here. Thanks
This is great and has given a professional look and feel to my property management website even though I have no formal web development training.
Finally! That's exactly what I was looking for my site but didn't know how to do it! BTW at my website you can get a freeware utility for replacing the menues in your pages: change the menu once and replace it on each page automaticaly.
Thank you for this menu tip!
Thank you for this menu tip!
This is a nice little menu and will improve my new site alot. I am just curious as how to fix something though.
In Firefox the menu looks superb but in IE there is a 1px space between each button. I have tried many things with no luck. If anyone knows how to fix that, please post here or something.
Thanks!
In Firefox the menu looks superb but in IE there is a 1px space between each button. I have tried many things with no luck. If anyone knows how to fix that, please post here or something.
Thanks!
Perfect! It's very clean and simple. Blends in with my website seamlessly!
how do i align the menu to the left or to the rite of where i want it can someone tell me the code to align the menu or how i can get about to doing this task
He Mathees,
Just remove the <ul> </ul> tags and then the menu can be aligned like you want it to be.
Just remove the <ul> </ul> tags and then the menu can be aligned like you want it to be.
hey roy that deltes the fancy menu when i remove <ul class="glossymenu"> and</ul>at the end
Just remove the <ul></ul> and adjust it like this;
<span class="glossymenu">
<a href=" ">link1</a>
<a href=" ">link2</a>
<a href=" ">link3</a>
</span>
That works for me.
<span class="glossymenu">
<a href=" ">link1</a>
<a href=" ">link2</a>
<a href=" ">link3</a>
</span>
That works for me.








