
In this Page Layout you can see where I have added the Menubar. The code of this section is highlighted in this box:
<div id="'header-wrapper'"><br /><b:section class="'menubar'" id="'menubar'" maxwidgets="'1'" showaddelement="'yes'"><br /><b:widget id="'LinkList2'" locked="'true'" title="'Menubar'" type="'LinkList'/"><br /></b:section><br /><b:section class="'header'" id="'header'" maxwidgets="'1'" showaddelement="'no'"><br /><b:widget id="'Header1'" locked="'false'" title="'Beautiful" type="'Header'/"><br /></b:section><br /></div>
To the CSS-part of your template, add coding for the menubar-id:
#menubar h2 {display:none;}
#menubar ul {
list-style: none;
}
#menubar li {
float: left;
}
#menubar a:link, #menubar a:visited, #menubar a:hover {
padding: 5px;
display: block;
color: $headerTextColor;
}
#menubar a:hover {
background-color: $headerCornersColor;
}
The menubar title is hidden, so that only the options are visible.
The list-elements are set to none, so that there are no bullets in front of the menu options. And if a menu-option is hovered over, it is highlighted.
Original By - Ehtisham Khan-Edwardian
1 comments:
Please,help me..how to make trik or tips blog for top page rank in google rank?
Post a Comment