I keep mine hidden.
That pesky fixed box is sitting on top of me.
Fixed Positioned
This is an example of position:fixed.
The blue box at the top of the page has the following properties.
- position:fixed;
- border:1px solid #cdcdcd;
- padding:5px;
- width:100%;
Notice how content can scroll under it.
Box One - Fixed
Click on me to put me back in normal flow.