Advanced Search Usage Terms Submit Contact
Dynamic Drive CSS Library
 
CSS Library
Submit an original CSS code
CSS Layouts
Web Graphics
Online Tools:

Advertise Here

CSS Library: Horizontal CSS Menus: Here

Glossy Horizontal Menu

Author: Santosh Setty

A nicely curved, glossy looking horizontal menu. Three images are used to create the interface- an underlining repeating gradient image, plus left and right parts of a sliced tab image for the selected tab. The author (Santosh) has kindly created five different color schemes:

Demo:





The images used:

Red scheme (3 images):

Blue scheme (3 images):

Green scheme (3 images):

Orange scheme (3 images):

Purple scheme (3 images):

The CSS:

The HTML:

Code Info

Rate this code:

Date Posted: 11/01/2007

Revision History: None

Usage Terms: Click here

Your Comments (191)

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 19 of 20 pages « First  <  17 18 19 20 >

I cant get it working :(
Posted by muizz on 09/06, 05:52 AM
thanks! i love this menu, the blue one
Posted by cowokkece on 09/10, 11:51 PM
how can set disable the hover effect, for only have one active tab, and when u pass over other tab not shows the hover effect ?

thanks a lot!

etol
Posted by hetol on 09/14, 03:09 PM
Great Menu !! Thnx

i need help customizing this CSS code !!
Posted by Amine on 09/15, 04:17 PM
I try to add on my site but it didnt work tell me how..
Posted by boki003 on 09/19, 11:53 AM
thanks , verry good a menu =)
Posted by mehmet on 09/21, 05:06 AM
What is the wrong with the attached code?
It is not working.
Help!!!
------------------
<html>

<head>
<style type="text/css">

.glossymenu{
position: relative;
padding: 0 0 0 34px;
margin: 0 auto 0 auto;
background: (menub_bg.gif) repeat-x; /*tab background image path*/
height: 46px;
list-style: none;
}

.glossymenu li{
float:left;
}

.glossymenu li a{
float: left;
display: block;
color:#000;
text-decoration: none;
font-family: sans-serif;
font-size: 13px;
font-weight: bold;
padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
height: 46px;
line-height: 46px;
text-align: center;
cursor: pointer;
}

.glossymenu li a b{
float: left;
display: block;
padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
color: #fff;
background: url(menub_hover_left.gif) no-repeat; /*left tab image path*/
background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
color: #fff;
background: url(menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

</style>

</head>

<body>

<ul class="glossymenu">
<li class="current">Home</li>
<li>CSS</li>
<li>Forums</li>
<li>Webmaster Tools</li>
<li><a href="http://www.javascriptkit.com/"><b>Javascript</b></a></li>
<li>Gallery</li>
</ul>

</body>
</html>
Posted by Raj on 09/24, 03:27 AM
Oh, god... i love this stuff. very cool. :)
Posted by punyaNEWBIE on 09/29, 08:50 AM
Hello.
Very nice.
What about submenu?
Posted by sgrebs on 09/30, 04:00 AM
I needed to flip the images up-side-down..

If anyone would like to download them you can find them here... along with an example of how I used it -- inverted...

http://belfastareamenus.com/example/menu.php
Posted by Brian on 10/01, 07:36 PM

Comment Pages 19 of 20 pages « First  <  17 18 19 20 >

Name: (Required)

Email: (Required)

(NOT shown on page)

URL:

(Shown on page if entered)

Comments: (Required)

Supported BB codes: [b], [i], [u], [em], [strike], [strong], [pre], [code], and [blockquote].

Remember my personal information
Notify me of follow-up comments?

Submit the word you see below ("previewing" post does not require it):


Copyright 2006-2008 Dynamic Drive Read our Usage Terms before using any of the CSS codes.
Dynamic Drive DHTML and CSS Code Library