HIGH LEVEL TRANSFER

Jumat, 08 Januari 2010

Attractive CSS Horizontal Menu For Blogger/Websites

Tidak ada komentar :
This is a another nice css horizontal menu for your blogspot blog or website.To add it to your site follow the steps below.

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see </head> tag .

3.Copy below code and paste it just before the </head> tag.

Attractive CSS Horizontal Menu

<style type='text/css'>
#nav {
width:100%;
margin-left:-40px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZSWKAFhyZwwDjmaetS8ywimCAGciaIEJbdy6neJxgK3l70Jnb3f53DfwpO4PESdQ3n62RgL6TKYr8RJPdvVckPd6Cplu3N5L5FGfRwn1NxFWN1A64W6ZMoPynNaBzRjUAhaeKGhQm5HKC/) repeat-x;
}

#nav li {
float: left;
display: block;
}

#nav li a {
float: left;
display: block;
padding: 12px 18px 12px 18px;
text-transform: uppercase;
text-decoration:none;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQsGE7Z1cldhqYQrUN2_8BOnXH_Mbw4PA3fIrlUXQKmBd7Oy6kilulwmADsW4x2RtMMnbgtr0I6Gegdj1SEcIiEMEOu0tsj4y6yj8T-884nDefa5rLO6t-Tf0EBKlnllv-wCyxFK1tWriV/) no-repeat top right;
color:#ffffff;
}

#nav li a:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQsGE7Z1cldhqYQrUN2_8BOnXH_Mbw4PA3fIrlUXQKmBd7Oy6kilulwmADsW4x2RtMMnbgtr0I6Gegdj1SEcIiEMEOu0tsj4y6yj8T-884nDefa5rLO6t-Tf0EBKlnllv-wCyxFK1tWriV/) no-repeat right -40px;
color:#ffffff;
text-decoration:none;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
color: #fff;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQsGE7Z1cldhqYQrUN2_8BOnXH_Mbw4PA3fIrlUXQKmBd7Oy6kilulwmADsW4x2RtMMnbgtr0I6Gegdj1SEcIiEMEOu0tsj4y6yj8T-884nDefa5rLO6t-Tf0EBKlnllv-wCyxFK1tWriV/) no-repeat right -80px;
}

#nav li ul {
display: none;
}
</style>


Note : Host mainbg.jpg and navi-bg.jpg images yourself.






4.Now save your template.

5.Go to Layout-->Page Elements and click on "Add a gadget".

6.Select "html/java script" and add the code given below and click save.

<ul id="nav">

<li class="current_page_item"><a href="#">Home</a></li>

<li><a href="#" title="#">HTML</a></li>

<li><a href="#" title="#">CSS</a></li>

<li><a href="#" title="#">PHP</a></li>

<li><a href="#" title="#">MySQL</a></li>

<li><a href="#" title="#">About</a></li>

<li><a href="#" title="#">Contact</a></li>

</ul>

<div class="clear"></div>


You are done.

Demo

Tidak ada komentar :