Wednesday, March 2, 2011

How to create navigation menu in blog




1.Before making the navigation menu, you try to check first on the widths and hight.Your template code like this:

/*---- BODYGUE ----- * /
body {
background: # 000; repeat-x bottom;
width: 980px;
color: # 333;
font-size: 12px;
font-family: lucida sans unicode, Century Gothic, Tahoma, Verdana;
margin: 0 auto 0;
padding: 0;
}
Indicates the width of the header is 980pixel berbackground hitam.Langkahnya color as follows:
1.Masuk on your blogger account ..
2.When dashboard select the edit blog layout
3.Pilih edit html
4.Cheklist on Expand Widget above column html
5.speed up the search press Ctrl + F
Your first task is to insert the following code before the]]

/ * Navigation frj1dotwordpressdotcom
---------------- * /
# Dawn {
height: 25px;
text-align: center;
}

# Dawn of a {
margin: 0;
font-size: 1.2em;
font-weight: bold;
letter-spacing:-1px;
background-color: # CCCCCC;
color: # 000000;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
}

# Dawn a: hover {
text-decoration: none;
padding: 34px 41px 5px 5px;
background-color: # 0326FC;
background-repeat: repeat-x;
color: # A7FC03;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
}

No comments:

Post a Comment