Hide Sticky Header Bar

gbox master

New Member
I have a sticky header pinned to the top of the page. I want it to stick to the top normally but hide when scroll down, just like the top bar in StackOverflow. I could not find the solution on other similar SO threads. I need a css/html only solution if possible.Here is my code for that div.\[code\] #topbar { background-color: #E6E6E6 ; width: 100% ; padding-left: 850px ; padding-top: 3px ; color: brown ; top: 0px ; left: 0px ; position: fixed ; height: 33px ;}\[/code\]
 
Back
Top