Time 4 Bed CSS Menu

Bookmark on del.icio.us

Time 4 Bed CSS Menu

Get it? the names comes from the fact that I should be sleeping right now…

A stylish and classic menu, this design combines a serif font with a subtle gradient to create a really classy effect. Easily customized if you’d like to purchase the PSD pack – or looks great as it is.

FAQ

  • Entire menu system is less than 6KB
  • 3 image files, 1 css file, 1 html file
  • Has been tested and works in over 150 broswer/operating system combos
  • It’s FREE for you to use

Other Notes

As you can see, the UL is tagged with the “simple-menu” ID. The “Home” tab has the ON state by adding the “current” class to the A tag.

DEMO

CSS MENU

<style type="text/css">
#time4bed-nav{position:relative;height:43px;font-size:14px;text-transform:uppercase;background:#fff url("http://www.phpasks.com/blogs/wp-content/uploads/2009/11/time4bed_bg.gif") repeat-x bottom left;font-family:Georgia, "Times New Roman", Times, serif;}
#time4bed-nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#time4bed-nav ul li{display:block;float:left;margin:0 2px;}
#time4bed-nav ul li a{display:block;float:left;color:#ffdab6;text-decoration:none;padding:0 0 0 25px;height:43px;line-height:50px;}
#time4bed-nav ul li a span{display:block;float:left;padding:0 25px 0 0;height:31px;width:auto;}
#time4bed-nav ul li a:hover{color:#fff;}
#time4bed-nav ul li a:hover span{display:block;cursor:pointer;}
#time4bed-nav ul li a.current,#time4bed-nav ul li a.current:hover{color:#894d12;background:transparent url("http://www.phpasks.com/blogs/wp-content/uploads/2009/11/time2bed_left-ON.gif") no-repeat top left;}
#time4bed-nav ul li a.current span{background:transparent url("http://www.phpasks.com/blogs/wp-content/uploads/2009/11/time2bed_right-ON.gif") no-repeat top right;height:43px;}
</style>

HTML MENU

<div id="time4bed-nav">
<ul>
<li><a href="http://www.phpasks.com/blogs/time-4-bed-css-menu/" title="css menus"><span>Home</span></a></li>
<li><a href="http://www.phpasks.com/blogs/time-4-bed-css-menu/" title="css menus"><span>About Us</span></a></li>
<li><a href="http://www.phpasks.com/blogs/time-4-bed-css-menu/" title="css menus"><span>Services</span></a></li>
<li><a href="http://www.phpasks.com/blogs/time-4-bed-css-menu/" title="css menus"><span>Our Work</span></a></li>
<li><a href="http://www.phpasks.com/blogs/time-4-bed-css-menu/" title="css menus"><span>Contact Us</span></a></li>
</ul>
</div>

  1. No comments yet.

  1. No trackbacks yet.