Latest Movie :
Recent Tricks
Showing posts with label Horizontal Navigation Menus. Show all posts
Showing posts with label Horizontal Navigation Menus. Show all posts

creat Drop Down Menu In Blogger With HTML/CSS



Drop Down Menu For Blogger




why look for menu with jquery when you can create very nice menu with CSS and HTML?
So in this tutorial we will see how to create this drop down menu on blogger blog.
  1. Go To Blogger > Design > Page Elements
  2. Select a HTML/JavaScript 
  3. paste the code bellow
<div id='mbtnavbar'>
<ul id='mbtnav'>
<li>
<a href='#'>Home</a>
</li>
<li>
<a href='#'>About</a>
</li>
<li>
<a href='#'>Contact</a>
</li>
<li>
<a href='#'>Sitemap</a>
<ul>
<li><a href='#'>Sub Page #1</a></li>
<li><a href='#'>Sub Page #2</a></li>
<li><a href='#'>Sub Page #3</a></li>
</ul>
</li>
</ul>
</div>

Replace # with your Page Links and the bolded text with relevant page names.

4.Now Go to Design > Edit HTML
5.search for ]]></b:skin>
6.Just above it paste the code below,
#mbtnavbar {
background: #060505;
width: 960px;
color: #FFF;
margin: 0px;
padding: 0;
position: relative;
border-top:0px solid #960100;
height:35px;
}
#mbtnav {
margin: 0;
padding: 0;
}
#mbtnav ul {
float: left;
list-style: none;
margin: 0;
padding: 0;
}
#mbtnav li {
list-style: none;
margin: 0;
padding: 0;
border-left:1px solid #333;
border-right:1px solid #333;
height:35px;
}
#mbtnav li a, #mbtnav li a:link, #mbtnav li a:visited {
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;

}
#mbtnav li a:hover, #mbtnav li a:active {
background: #BF0100;
color: #FFF;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 12px 10px 12px;



}
#mbtnav li {
float: left;
padding: 0;
}
#mbtnav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0;
padding: 0;
}
#mbtnav li ul a {
width: 140px;
}
#mbtnav li ul ul {
margin: -25px 0 0 161px;
}
#mbtnav li:hover ul ul, #mbtnav li:hover ul ul ul, #mbtnav li.sfhover ul ul, #mbtnav li.sfhover ul ul ul {
left: -999em;
}
#mbtnav li:hover ul, #mbtnav li li:hover ul, #mbtnav li li li:hover ul, #mbtnav li.sfhover ul, #mbtnav li li.sfhover ul, #mbtnav li li li.sfhover ul {
left: auto;
}
#mbtnav li:hover, #mbtnav li.sfhover {
position: static;
}
#mbtnav li li a, #mbtnav li li a:link, #mbtnav li li a:visited {
background: #BF0100;
width: 120px;
color: #FFF;
display: block;
font:normal 12px Helvetica, sans-serif;
margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
z-index:9999;
border-bottom:1px dotted #333;
}
#mbtnav li li a:hover, #mbtnavli li a:active {
background: #060505;
color: #FFF;
display: block; margin: 0;
padding: 9px 12px 10px 12px;
text-decoration: none;
}


Save your template and enjoy.

We have great collection of Best tricks and tutorials, Bloggingtrainings.blogpsot.com is a Blog Providing with Blogger widgets, help, blogger tips, blogger tricks, hacks, Blogger Gadgets,Plugins and Blogger resources with great skills and templates.practical SEO Tips and all things Blogging,is about Blog tricks & tips, Traffic generation, Backlinks, Search engine optimization, Web designing, E money, Social media, Facebook tricks,Blogging Discussion, Tips & Tricks,logging tips, tricks, how-tos, news, tools and resources, bloggingtrainings.blogspot presented in easy to understand tutorials.Keep visiting us if any links is not working or you want sme more help, then keep looging at bloggingtrainings.blogspot.com.or contact us 0323-7591466.



Horizontal Navigation Menus For Blogger With CSS & HTML Codes free

I am going to share Horizontal Navigatin Menus for blogger with css and html codes for free.
Navigation menu or tab menu is the heart of every web page or blog. It provides the path way to all important pages of the website. To create a Navigation menu you must have good knowledge of CSS and HTML. But since more and more designers are sharing their tutorials online, coding has become far easier. I have brought to you a total of 30 High class navigation menus along with their CSS and HTML Codes from across the web. You just need to copy and paste the codes and that’s it!
The Horizontal Navigation Menus below are mostly created by Christopher and Highdots and some by me. I have modified most of the codes in order to make them work in blogger and have also made them pretty easy to be understood by most of you. Further all images are uploaded in my Picasa web album so no effort required on your side.

How To Add These Navigation Menus To Blogger


To add your selected navigation menu to your blogger template follow these steps,
  1. Go To Blogger > Layout
  2. Click Add a Gadget or Add a Page element
  3. Choose HTML/JavaScript widget
  4. Simple Paste the Navigation Menu Code inside HTML/JavaScript widget
  5. Hit Save
  6. Drag HTML/JavaScript widget and drop it just under your Blog Header, as shown below,
Add-Navigation-Menu-In-Blogger
    7.   Finally view your blog to see something hanging below your Blog Header/Logo.
See Live Demo of MBT Navigation Menu #3
To change the links, Edit this part of the HTML in all codes below.
<li><a href="#" ><span>Link 1</span></a></li> 
  <li><a href="#" ><span>Link 2</span></a></li> 
  <li><a href="#" ><span>Link 3</span></a></li> 
  <li><a href="#" ><span>Link 4</span></a></li> 
  <li><a href="#" ><span>Link 5</span></a></li> 
  <li><a href="#" ><span>Link 6</span></a></li> 
  <li><a href="#" ><span>Link 7</span></a></li>

Replace the hash(#) sign with your Page Links /URL and replace Link1, Link2, Link3 etc with your Page Titles. If you wish to add or delete a tab then simply add or delete this line,

<li><a href="#" ><span>Link n</span></a></li>

As a designer I always look for inspiration that can be useful for both my readers and for my designing projects.  I hope the resource below will be of great use to Bloggers from all platforms and to designers. Start choosing your favorite Navigation Menu and do not hesitate to ask me if you needed help in customizing it.

designer always look for inspiration that can be useful for both my readers and for my designing projects.  I hope the resource below will be of great use to Bloggers from all platforms and to designers. Start choosing your favorite Navigation Menu and do not hesitate to ask me if you needed help in customizing it.


MBT Navigation Menu #1

No Image Used
Black-Orange



MBT Navigation Menu #2

No Image Used
Purple-White-Navigation



MBT Navigation Menu #3

No Image Used
Boxed 1



MBT Navigation Menu #4

 No Image Used
LIGHT-GREY


MBT Navigation Menu #5

 Bulleted-top-Navigation



Tabs Menu #6

Tab Menu I 


Tabs Menu #7

Tab Menu G


Tabs Menu #8

Tab Menu F
CSS CODE:


Tabs Menu #9

No Image Used
ZDnet Emulation



Tabs Menu #10

Tab Menu E


Tabs Menu #11

Tab Menu D


Tabs Menu #12

Tab Menu 12



Tabs Menu #13

Tab Menu 11 


Tabs Menu #14

Tab Menu 10


Tabs Menu #15

Tab Menu 9


Tabs Menu #16

Tab Menu 6


Tabs Menu #17

Tab Menu 8


Tabs Menu #18

Tab Menu 7


Tabs Menu #19

Tab Menu K


Tabs Menu #20

Tab Menu 4 


Tabs Menu #21

Tab Menu 3 


Tabs Menu #22

Tab Menu 2 



Tabs Menu #23

Square 


Tabs Menu #24

 No Image UsedHorizontal Buttons 


Tabs Menu #25

  Tab Menu H




Tabs Menu #26

Tab Menu 1


Tabs Menu #27

Tab Menu A 



Tabs Menu #28

Tab Menu 5


Tabs Menu #29

 Tab Menu B


Tabs Menu #30

Tab Menu J



 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Blogging Trainings - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger