10 Image Free Sexy CSS Menu and How to Create One

css_menu_post
It has been while since we did any CSS menu post here. Who said you can’t make sexy, cool looking menu with CSS ? Today we bring you 10 Free sexy CSS menu and tutorial on how to create one. As usual they are free for personal use. Most the of menus are created using using  CSS and CSS3 propety-webkit-border-radius and -moz-border-radius. Obviously Internet Explorer does not support those properties. Too bad. However, for the sake of it one of the menus is using jQuery rounded corner plugin. So, it is rounded crossbrowser.

Menus are test in Latest version of Firefox, Safari and IE7.

Please report any bugs or improvement.

P.S. : Do not complain if the menus do not work in IE6. Not intended for it.

View Demo

Download Sexy CSS Menu | Mirror
menu_preview_1

menu_preview_2

How to create a Sexy CSS Menu?

First you have your basic HTML Mark Up. You can wrap it around with a menu wrapper if you like.

<ul id="nav_rounded_white">
<li><a href="#">Home</a></li>
<li><a href="#">Bio</a></li>
<li><a href="#">About</a></li>
<li><a href="#"> Contact </a></li>
</ul>

We get a simple menu list.
list1
Now we need to add the magical CSS. This creates a horizontal menu.

#nav_rounded_white {
background:#fff;
padding:10px 0px 0px 20px;
height:40px;
width:auto;
list-style: none;
text-transform: lowercase;
font-family: arial, "lucida console", sans-serif;   }

#nav_rounded_white ul {
margin: 0;
padding: 0;   }

#nav_rounded_white li {
float: left;
margin: 0;
padding:0px 10px 0px 0px;   }  

Now we get a horizontal menu. horizontal_menu Now we need to add some flavor to it. Change the color as you like.

#nav_rounded_white a {
display:block;
line-height: 30px;
margin: 0;
padding: 0 20px 0 15px;
font-size: 18pt;
color:#fff;
letter-spacing:-1px;
text-decoration: none;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background:#ccccbb;

}

#nav_rounded_white a:hover {
text-decoration:none;
background:#004455;
}

And Volia! We have sexy CSS Menu white_menu

If you enjoyed this post, get free updates by email or RSS.

Posted Under: CSS, Freebies, Tutorial

Tagged: , ,

  • Bookmark on Delicous
  • Share on Reddit
  • Share on Technorati
  • Share on Facebook
  • Share on Stumble Upon
  • Share on Stumble Upon

45 Responses to “10 Image Free Sexy CSS Menu and How to Create One”

  1. sarav says:

    very nice to use but it is not working in IE…..

  2. Julia says:

    Thanks for the menu.

  3. IT Freak says:

    Thanks for the menu. It’ll come quite handy for me for sure ;)

  4. Nathan says:

    Thank for the tutorial.
    J-Cutie
    Nathan´s last blog : WPB Magazine No.48 [2009]

  5. Sérafina says:

    Thank you for the great tip, i bookmark your site

  6. Thank you for you post, it very instructive for me.

  7. kurye says:

    thank you for share

  8. eric says:

    Hi! Your blog is simply super. you have create a differentiate. Thanks for the sharing this website. it is very useful professional knowledge. Great idea you know about company background. Increasing your web traffic and page views Add, add your website in http://www.directory.itsolusenz.com/

  9. nata says:

    good thanks your link menu…..

  10. krishna says:

    It worked perfect for me dude. Thanks for this Cool guideline :)

  11. Roberto says:

    Interesting. Will try it. Thanks for sharing.

  12. Kawsar Ali says:

    @Josh: I will check it and get back to you.

  13. Josh says:

    IE8 doesn’t render rounded corners. I get a JS error:
    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; MS-RTC LM 8; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
    Timestamp: Tue, 26 May 2009 14:09:47 UTC

    Message: Not implemented

    Line: 135
    Char: 21
    Code: 0
    URI: http://desizntech.info/demo/CSS_menu/jquery.corner.js

  14. Josh says:

    IE8 is not rendering the corners! :(

  15. Kawsar Ali says:

    @Simon:Yah it is a nice tool. Thanks for recommend

  16. Simon says:

    Don’t forget about IzzyMenu – online menu builder, it’s great & free tool

    Simon’s last blog post..10 Best CSS Practices to Improve Your Code

  17. nice post

    thank you! That looks like a great resource.

  18. Montana says:

    Great tut for CSS beginners. Thanks as always.

    Montana’s last blog post..Variety leads to consumer happiness.

  19. Kawsar Ali says:

    @Benjamin DeBell: Thanks for comment

  20. Thanks for the post, these menus look really good and tutorials really make it easy to understand when it comes to creating my own.

  21. Vinnie says:

    Ugh i thought you said sexy…then I saw them. Its near impossible to have nice nav without any image whatsoever. Good attempt though.

    Vinnie’s last blog post..Switching Companies over from Outlook to Google Apps

  22. Kawsar Ali says:

    @David Hucklesby: Thanks for the suggestions. I guess if users download they should modify it like you said.

  23. David Hucklesby says:

    Nice. Couple of points though:

    1. 18pt text displays at 30px on my IBM laptop

    2. Some browsers increase line-height when text-size is increased, while others do not.

    Suggestion: use font-size: 1.5em and line-height: 1.25 (no units).

    Hope this helps.

  24. e11world says:

    A good place to start when you want something quick and dirty (if the client doesn’t think “OMG, this is great! KEEP IT!”.
    Thank you.

  25. Kawsar Ali says:

    @Damery: Please Check again. Added a mirror download link. Sorry about that

  26. Damery says:

    We are downloading an empty zip file…whats up?

  27. useful resources of css menus, many thanks..

    joyologo design shop 2.0’s last blog post..zip logo design fermuar

  28. Kawsar Ali says:

    @Rahul: Just checked seem to be working. Click on Image Free CSS Menu . should work. Thanks

  29. Rahul says:

    Yo mate, the download link doesn’t work. Plz check.

    Rahul’s last blog post..Global fight against Polio

  30. Rahul says:

    Very sexy CSS menu indeed. Downloading…

    Rahul’s last blog post..Global fight against Polio

Trackbacks/Pingbacks

  1. links for 2009-11-17 « toonz
  2. 10 Image Free Sexy CSS Menu and How to Create One « Netcrema – creme de la social news via digg + delicious + stumpleupon + reddit
  3. Create a Sleek Web 2.0 Style Website Layout: a Photoshop Tutorial (Part 2)
  4. Stunning 45 + tutorials, inspirations and resources for designers, to the Best Of The Web In May | Internet Resources
  5. 45+ Stunning Tutorials, Inspirations And Resources For Designers To Discover The Best Of The Web In May | Programming Blog
  6. 45+ Stunning Tutorials, Inspirations And Resources For Designers To Discover The Best Of The Web In May @ SmashingApps
  7. Creating an Image-Free CSS Menu | Design Shack
  8. Twitted by area1
  9. 10 Image Free Sexy CSS Menu and How to Create One
  10. Ungu - Penguasa Hati | Team ICCB
  11. CSS Brigit | 10 Image Free Sexy CSS Menu and How to Create One css_menu_post
  12. 10 Image bFree/b Sexy CSS Menu and How to Create One | Desizn Tech « Windows 7 Live Info
  13. You are now listed on FAQPAL
  14. vot.eti.me
  15. joyoge.com

Leave a Reply

Premium webmaster graphics - Brushes, Vectors, Icons, PSD layouts
Hosted By
SecureSignup.net