CSS Library: Horizontal CSS Menus: Here
Inverted Shift Down Menu II
Author: Dynamic Drive
This inverted horizontal menu creates tabs where the active tab is both longer and its text offset downwards compared to its less active counterparts. It does this by manipulating the tab's top/bottom padding values plus the color of its bottom border.
Demo:
Alternate, non active hover tabs:
By default moving your mouse over a tab triggers the "active" style on it. If you wish to disable this (as seen in the second example above), replace the rule:
.invertedshiftdown2 a:hover{
"
"
}
inside the CSS code with just:
.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
color: white;
}
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 would suggest it if you could modify this menu: It would be wonderful, if it would support dropdown for single menu items.
Why the button"Find" cannot search the words that I type in the blank?
The "find" button along with the search form are simply part of the interface demo, and do not function.
oh,thanks!
Why the color does not change in the website while I have changed the code in ".invertedshiftdown2 a{color: white;}" ?
Why the color does not change in the website while I have changed the code in ".invertedshiftdown2 a{color: white;}" ?
I really like the demo version better than the alternate version. Thanks a lot, great work!
I like Inverted Shift Down Menu II it looks great!
when i change the color isn't working right.. :( does anyone have the same problem?
The color combination black instead of light blue and dark red was looking gr8.. thanks guy for the nice thing..
How can a submenu level be achieved with this menu?? Also why does this menu when placed in a web page does not allign to the left. I am using a table based web format but cannot seem to align the menu to the left.
hey its great....
but i want to put my google adsense search box instead of that default one.....but if i do that then the google's default css gets overwrite by the css of the menu..
and i don't think google will like that :(
any help would be appreciated !
Commenting is not available in this weblog entry.
but i want to put my google adsense search box instead of that default one.....but if i do that then the google's default css gets overwrite by the css of the menu..
and i don't think google will like that :(
any help would be appreciated !

