CSS Library: Vertical CSS Menus: Here
Arrow Green Vertical Menu
Author: Ian Main (with changes by Dynamic Drive)
Arrow Green Menu is a vertical list based menu that uses a single background image to create 3 distinct states, by shifting the image vertically to reveal a different style. The last state is user applied, by giving the desired element a CSS class of ".selected".
Demo:
Single image used (two flavors):
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 4 pages 1 2 3 > Last »
N-I-C-E. DDRIVE ROCKS!!
Would love to see these in different colors, or an attached .ai or .psd so we can edit our own colors.
Great work!
Great work!
very very nice but if two line links?
When I tried this everything worked but the selected position. What did I do wrong? Here is my CSS:
/--
.arrowgreen li a.selected{
color: #26370A;
background-position: 100% -64px;
--/
/--
.arrowgreen li a.selected{
color: #26370A;
background-position: 100% -64px;
--/
Brian,
I had to put an !important in that css code because I had conflicts with other CSS classes in my stylesheet where the position in this element was being overridden once I inserted this menu into my page.
Just a total shot in the dark, but it worked for me...
/--
.arrowgreen li a.selected
{
color: #26370A !important;
background-position: 100% -64px !important;
}
--/
I had to put an !important in that css code because I had conflicts with other CSS classes in my stylesheet where the position in this element was being overridden once I inserted this menu into my page.
Just a total shot in the dark, but it worked for me...
/--
.arrowgreen li a.selected
{
color: #26370A !important;
background-position: 100% -64px !important;
}
--/
This is TOO Good to be true! EVERYTHING ON THIS CSS IS CRAZY GOOD!
I'm using various styles from this site in my project.
Tank you for these.
My site is seuguiadecidades dot com dot br
Tank you for these.
My site is seuguiadecidades dot com dot br
what i can't understand was this code:
why it didn't use a:active instead?
.arrowgreen li a.selected{
color: #26370A;
background-position: 100% -64px;
}
why it didn't use a:active instead?
Can i use your code at my blog ?
I tried this one, but it didnīt work out, it doesnīt show the background green image... What did I do wrong? I made the simple "copy-paste" job!
Commenting is not available in this weblog entry.

