Last week , i posted about same menu bar with different color.So, this is also same menu bar
with grey color.For designing this menu bar, I'm using just CSS and HTML. So, you can add it to
your blog easily. If you want you can check my earlier menu bar post by clicking here
Demo
1. Log in to blogger account and Click drop down.
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Find this tag by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> tag
7. Go to blogger and click Layout
8. Click Add Gadget and select 'HTML/Javascript
9. Paste below code.
10. Now save your HTML/Javascript'.
You are done...
with grey color.For designing this menu bar, I'm using just CSS and HTML. So, you can add it to
your blog easily. If you want you can check my earlier menu bar post by clicking here
2. Now select "Template" Like Below.
3. Now you can see Live on blog, Click EDIT HTML Button"
4. Now click Proceed button.
5. Find this tag by using Ctrl+F ]]></b:skin>
6. Paste below code Before ]]></b:skin> tag
/* The CSS Code for the menu starts here */ .rhm1{ width:780px; height:64px; margin:0 auto; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3wrRrfjXOXcvLk6Y71W8RzMAKm4SDfXSEstRozTV3UWoMCJO63eefuQUbXZfjgnaN9_svRE-iC_te4i6xDOGMrDfEUPZQxVKiB4zGZ7wYHbTNfbaGX1Xr6-uCZvUwNDMpNzD6tRHD4ts/s1600/rhm1_bg.gif) repeat-x; } .rhm1-left{ background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXItW-yTGZSS9VlLkAgJ8801ia5-AfKwjqqU6t9GNm8n_Np5Pb3vVE7dmviBhp6DCwEQj3L4hlfwWEtcQgKTUJBxuGiNd3WYqE4X1oAenASTBsDK_JLKUf1JO2iq9detZo5E7UOi7fTYg/s1600/rhm1_l.gif) no-repeat; width:15px; height:64px; float:left; } .rhm1-right{ background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6i5RDairbTY0UwgQ2JACT52X8XvEKzkr_ck1eifD7M2YO2HJRSJT_AfjWxPMw24M0Mx365IKln_8IWvx117pf3qRe7z0DiwvvKVD4zqR3-V4t5GwboGRVIeFpPJhMLH8wT8wT-cPpJbc/s1600/rhm1_r.gif) no-repeat; width:15px; height:64px; float:right; } .rhm1-bg{ background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3wrRrfjXOXcvLk6Y71W8RzMAKm4SDfXSEstRozTV3UWoMCJO63eefuQUbXZfjgnaN9_svRE-iC_te4i6xDOGMrDfEUPZQxVKiB4zGZ7wYHbTNfbaGX1Xr6-uCZvUwNDMpNzD6tRHD4ts/s1600/rhm1_bg.gif) repeat-x; height:64px; } .rhm1-bg ul{ list-style:none; margin:0 auto; } .rhm1-bg li{ float:left; list-style:none; } .rhm1-bg li a{ float:left; display:block; color:#ffe8cc; text-decoration:none; font:12px 'Lucida Sans', sans-serif; font-weight:bold; padding:0 0 0 18px; height:64px; line-height:40px; text-align:center; cursor:pointer; } .rhm1-bg li a span{ float:left; display:block; padding:0 32px 0 18px; } .rhm1-bg li.current a{ color:#fff; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxJte9rBQbEDj9O6j4D8JJx3nUZX1hHMh5T4xDokdnH3w-4RADbFjwD1bmKoWJPNVpHzXNs2-M4hMotdW58bMh1n78cP1Zj1sPEqLXv5Pl0WQ31adtCElT_FQN0C3CuRohyOT22T6T-vE/s1600/rhm1_hover_l.gif) no-repeat left 5px; } .rhm1-bg li.current a span{ color:#fff; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7UJiM_cQcs7QZpXin-AeXDKUi1q02bPXQ31lqzwLL-ota4PuMWE_AoHOTzumu5EI_FYHZxQFnKUdgP0xG5IbkA9U3foBUWwLOF16YEHxsySSllpnuxbL914HR4goZpfv2l1EDKx6h6lQ/s1600/rhm1_hover_r.gif) no-repeat right 5px; } .rhm1-bg li a:hover{ color:#fff; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxJte9rBQbEDj9O6j4D8JJx3nUZX1hHMh5T4xDokdnH3w-4RADbFjwD1bmKoWJPNVpHzXNs2-M4hMotdW58bMh1n78cP1Zj1sPEqLXv5Pl0WQ31adtCElT_FQN0C3CuRohyOT22T6T-vE/s1600/rhm1_hover_l.gif) no-repeat left 5px; } .rhm1-bg li a:hover span{ color:#ffffff; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7UJiM_cQcs7QZpXin-AeXDKUi1q02bPXQ31lqzwLL-ota4PuMWE_AoHOTzumu5EI_FYHZxQFnKUdgP0xG5IbkA9U3foBUWwLOF16YEHxsySSllpnuxbL914HR4goZpfv2l1EDKx6h6lQ/s1600/rhm1_hover_r.gif) no-repeat right 5px; }
7. Go to blogger and click Layout
8. Click Add Gadget and select 'HTML/Javascript
9. Paste below code.
<!--bloggertrix.comMenuBar Starts--> <div class="rhm1"> <div class="rhm1-right"></div> <div class="rhm1-left"></div> <div class="rhm1-bg"> <ul> <li class="current"><a href="#"><span>Home</span></a></li> <li><a href="#"><span>About Us</span></a></li> <li><a href="#"><span>Services</span></a></li> <li><a href="#"><span>Products</span></a></li> <li><a href="http://www.bloggertrix.com/"><span>Add This</span></a></li> </ul> </div> </div>
10. Now save your HTML/Javascript'.
You are done...
0 comments:
Post a Comment