CSS Library: Horizontal CSS Menus: Here
Solid Block Menu
Author: Dynamic Drive
This is a lean, professional looking CSS menu that's draped in a solid two color background image. The divider between the menu items is simply a white CSS border. The style is extremely easy to customize thanks to the simple background image used.
Demo:
The two images used (resized horizontally):

The CSS:
Rate this code:
Date Posted: 03/27/2007
Revision History: July 6th 08"- Updated CSS for improved clear float in IE.
Usage Terms: Click here
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 2 of 17 pages < 1 2 3 4 > Last »
Very nice ... good job
Who else is having IE problems with this?
It works fine in IE 7 take this part out of the css if your putting the css in a seperate .css file:
and
Those are only needed if your putting the css inline with your html, in other words if your css codes are in your html document.
<style type="text/css">and
</style>
<![endif]-->
Those are only needed if your putting the css inline with your html, in other words if your css codes are in your html document.
Also forgot there is this bit of code you do not need either if put in a seprate css file the other stuff i said to take out is in the beggining and end of css info but this was in between near bottom:
</style>
<!--[if IE]>
<style type="text/css">
thats a cool code but it would be neater if it could
have a button to mix up the links that would be cool!!
have a button to mix up the links that would be cool!!
Sweet!! I'm going to use it on my website :D
How do you code a navigation menu into a default.css setup so that you need only make a change
to the default.css coding and the change will take affect on all your webpages. Thank you.
to the default.css coding and the change will take affect on all your webpages. Thank you.
put it the code only to a *.css file and link it like this <link rel="stylesheet" media="screen" type="text/css" href="path_to_css_file.css" >
forgot to mention... put that code between your <head></head> tags ;)
Commenting is not available in this weblog entry.








Thanks for responding.