javascript - Jquery top panel -
hey guys
have question is... want panel @ top of website stays @ top of web browsers view. here
in website top panel stays @ top though scroll through website
my question can point me in right direction on how or tell me how this?
this used on site referenced.
specifically, using 'position:fixed;
keep in place , z-index: 20;
keep on top.
#header { background: url("../images/header.png") repeat-x scroll 0 top transparent; position: fixed; width: 100%; z-index: 20; height: 116px; top: 0; margin: 0; padding: 0; }
that should started.
Comments
Post a Comment