I found an example that utilizes javascript and css to make the Facebook like navigation bar. It can be found at http://jixedbar.rawswift.com/. This bar will be able to float at the top or the bottom of the page. You can customize it a little bit using
$("#sample-bar").jixedbar({
showOnTop: true,
transparent: true,
opacity: 0.5,
slideSpeed: "slow",
roundedCorners: false,
roundedButtons: false,
menuFadeSpeed: "slow",
tooltipFadeSpeed: "fast",
tooltipFadeOpacity: 0.5
});
The showOnTop= true will allow the menubar to be on the top like at http://gozips.uakron.edu/~kps7. It is originally on the bottom. I was also able to have the bar be positioned underneath a banner by changing the position in the javascript to relative but this caused the drop down menus to not be positioned correctly.
No comments:
Post a Comment