ကြ်န္ေတာ့ ဒီေနရာမွာ HTML ေတြကို ဆုေဆာင္းေပသြားမွာပါ အားလံုးပဲလိုအပ္ရင္ menber ၀င္ျပီး လိုခ်င္တဲ့ကုတ္ေတြ ေအာ္ခဲ့ပါဗ်ာ ကြ်န္ေတာ့ ဒီေနရာမွာ HTML ေတြကို ဆုေဆာင္းေပသြားမွာပါ အားလံုးပဲလိုအပ္ရင္ menber ၀င္ျပီး လိုခ်င္တဲ့ကုတ္ေတြ ေအာ္ခဲ့ပါဗ်ာ
အညတရ မွ ၾကိဳဆိုပါ၏။...

antataya

:::welcome :::
 

အညတရမွၾကိဳဆိုပါ၏..
:: ေရာက္လာခဲ့ေသာ္ သူငယ္ခ်င္း အေပါင္းအသင္း အားလံုးေႏြးေထြးေသာ္ေမတၱာ ျဖင့္ ေအးခ်မ္းေသာ ဘ၀ကို ပိုင္ဆိုင္ရယူႏုိင္ပါေစလို႔ :: က်ေနာ္
##အညတရ##
ဆုေတာင္းေမတၱာပို႔သလွ်က္ (ဒီေနရာလးနဲ့ပတ္သတ္လို႔ အခက္အခဲ ရွိခဲ့လွ်င္(သို႔) သင္ၾကားျပသေပးလိုလွ်င္anyataya.poet@gmail.com ကိုဆက္သြယ္ေပးၾကပါခင္ဗ်ာ။
မွေႏြးေထြးစြာၾကိဳဆိုပါ၏။


Myanmar Calendar

Saturday, July 20, 2013

menu bar အလန္းေလးပါ



Underline+Hover+Effect+Css+Navigation+Bar

Add Underline Hover Css Navigation bar


1. Log in to blogger account and Click drop down.
blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Find this tag by using Ctrl+F    ]]></b:skin>

5. Paste below code Before ]]></b:skin> tag

/* The CSS Code for the menu starts here bloggertrix.com */
#arrowunderlinebtrix{
list-style-type:none;
margin:0;
padding:0;
text-align:center; 
font: bold 16px Georgia;
}
#arrowunderlinebtrix li{
display:inline;
margin-right:25px; 
}
#arrowunderlinebtrix li a{
position:relative;
color:black;
padding-bottom:8px; 
text-decoration:none;
}
#arrowunderlinebtrix li a:hover{
border-bottom:3px solid #25bd0d; 
}
#arrowunderlinebtrix li a:hover:after{ 
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; 
bottom: 0;
border-width:5px; 
border-style:solid;
border-color: transparent transparent #25bd0d transparent; 
}


6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.

<div id="arrowunderline">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Download</span></a></li>
<li><a href="#"><span>CSS</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="http://www.bloggertrix.com/"><span>Contact Us</span></a></li>
</ul>
</div>
Replace # with your links.

9. Now save your HTML/Javascript'. You are done.

No comments:

Post a Comment

Back to Top