Friday, September 18, 2009

Creating a round corner navigation menu button background which looks seamless

Here is a simple method to make the rounded corner button for navigation using css.

1)Add background image
Create a background image for your navigation based on your idea.
zBelow image is an example.


<ul class="nav">
<li><a href="#"><span> Home </span></a></li>
<li><a href="#"><span> Our Services </span></a></li>
<li><a href="#"><span> Sitemap </span></a></li>
<li><a href="#"><span> Contact Us </span></a> </li>
</ul>

3)Add CSS Styles
Add below css styles to your stylesheet files or to your html page

ul.nav{
padding:0;
margin:0;
}
ul.nav li{
float:left;
list-style-type:none;
margin-left:5px;
}
ul.nav li a:link,ul.nav li a:visited{
text-decoration:none;
font-weight:bold;
font-size:14px;
color:#669933;
height:35px;
display:block;
padding-left:15px;
cursor:pointer;
float:left;

}
ul.nav li a:hover{
text-decoration:none;
font-weight:bold;
font-size:14px;
color:#FFFFFF;
background:url(images/nag_bg.jpg) no-repeat;
}
ul.nav li a:hover span{
background:url(images/nag_bg.jpg) no-repeat right;
}
ul.nav li span{
display:block;
height:35px;
padding-right:15px;
line-height:30px;
float:left;
}






2)Add html code
followin is the html code of navigation bar. just add this code to your web page where you want to show the navigation bar


Download sample zip file

Original Post by,
Ajinesh Ravi

6 comments:

paul said...

SEO services India provides many kinds of services like: Organic Search Engine Optimization, reciprocal and one-way Link Building, Website Content Writing & Optimization, Corporate Blogging & Social Networking, Search Engine Submissions, Article Syndication, Press Releases and many more.

Unknown said...

This topic was your advantage among other blogs out there. This blog contains and provide definitely unique ideas and information.Nice codes..

web design jacksonville

Unknown said...

Hi,A professional Web design company will work rather than for Web Design Cochin .It will help in defining People organization's requirements. Still,They should have a basic idea of what the web site can do the best one.Thanks....

Bangaloreweb guru said...

Really nice effort...This is so much more than i needed!!! but will all come in use thanks!! Web Development Company Bangalore | Website Design Companies Bangalore

Unknown said...

Thanks a lot for being our mentor on this niche. I enjoyed your current article very much and most of all cherished how you really handled the aspect I considered to be controversial. You are always quite kind to readers much like me and let me in my everyday living. Thank you so much for sharing this with us.

Medical Website design and medical marketing for doctors and physicians. Healthcare industry leader for medical internet marketing, SEO, and web design.

Zinavo-Web Design | Web Development | SEO | Mobile Apps | ERP/CRM said...

Thanks for your great information, the contents are quiet interesting.Website Design Companies in Bangalore | Web Design Agency in Bangalore | Web Development in Bangalore

Post a Comment