CSS Library: Horizontal CSS Menus: Here
Chrome Menu Bar
Author: Dynamic Drive
This is a lightweight "chrome" looking CSS menu bar. The menu uses two variants of the same background image to create the hover effect. The first background image is applied to the entire menu bar, while the second sporting a different color is applied only when the mouse moves over any of the menu links. The menu items can easily be set to either align "left", "center", or "right" on the page, just by changing the "text-align" attribute.
Demo:
The two images (resized for easier download):
![]()
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 3 of 7 pages < 1 2 3 4 5 > Last »
When i specify the menu to align to the center:
text-align: center; /*set value to "right" for example to align menu to the left of page*/
I get a gap on the right hand side of the screen where the menu is no longer snug with the right hand side of the screen, other then that this is pretty nice, cant use it until that issue is resolved though.
text-align: center; /*set value to "right" for example to align menu to the left of page*/
I get a gap on the right hand side of the screen where the menu is no longer snug with the right hand side of the screen, other then that this is pretty nice, cant use it until that issue is resolved though.
It is good and nice. But I seeing one issue...
I am seeing a space on right side. I also did 99% to 100% but no luck.
I want no space on right side?
Thanks in advance.
I am seeing a space on right side. I also did 99% to 100% but no luck.
I want no space on right side?
Thanks in advance.
what do I do with the css code?
do I save it as a file with .css extension or file with .txt extension?????
I've copied the html code in my page but when I opened the page the menu was nowhere to be found!!!
there were just 6 black dots aligned vertically.
Please detail the steps to be made with the css and html code.
Thx
do I save it as a file with .css extension or file with .txt extension?????
I've copied the html code in my page but when I opened the page the menu was nowhere to be found!!!
there were just 6 black dots aligned vertically.
Please detail the steps to be made with the css and html code.
Thx
Nice this worked great!!! I like to use the NVU editor like frontpage to do this!! It works in NVU like a charm
Ok, for all of you confused about the button stretching all the way...its a css problem with using a list but all you have to do to fix it is get rid of the line breaks between <li> tags.
For example:
<li>Dynamic Drive</li>
<li>CSS Library</li>
becomes:
<li>Dynamic Drive</li><li>CSS Library</li>
-Earth KING
For example:
<li>Dynamic Drive</li>
<li>CSS Library</li>
becomes:
<li>Dynamic Drive</li><li>CSS Library</li>
-Earth KING
Man...the anchor tags show up as links...but you should be able to still understand that ^up there^.
How do I position the Nav Bar on my page, if I want it in an exact position?
How can I make the popmenu to appear on another frame when working with multiframes pages?? and just keep the main level on one different frame...
Hi there - great menu - I have altered it a touch to fit my site, and was pleased to see how easy it is to change the graphics for it - very cool and configurable!
But - at the moment I have a flash menu that uses three lines of code - this pushes it up by quite a few lines plus to make changes to urls and button text etc - I would need to change every page (I have limited knowledge)
Is there any way to call the section of HTML from a seperate file the same as the CSS? That way one change to the html file would roll out throughout the site in one go the same as the CSS. Sorry if it's a dumb question but I would really like to know.
Many thanks for the free scripts - you are stars!
Commenting is not available in this weblog entry.
But - at the moment I have a flash menu that uses three lines of code - this pushes it up by quite a few lines plus to make changes to urls and button text etc - I would need to change every page (I have limited knowledge)
Is there any way to call the section of HTML from a seperate file the same as the CSS? That way one change to the html file would roll out throughout the site in one go the same as the CSS. Sorry if it's a dumb question but I would really like to know.
Many thanks for the free scripts - you are stars!


So ease to use... Thanks!