javascript - Jquery top panel -


hey guys

have question is... want panel @ top of website stays @ top of web browsers view. here

http://webeffectual.com/

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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -