Right basically, I want to make a navigation bar that is fixed to the bottom so that its above all the content, for instance when you scroll it stays at the bottom with the content ect. moving behind it. ill try and find an example.

Right basically, I want to make a navigation bar that is fixed to the bottom so that its above all the content, for instance when you scroll it stays at the bottom with the content ect. moving behind it. ill try and find an example.
JavaScript I think, try DynamicDrive ?
James
Connected to reality through a proxy server.
Ive just written this quickly, works in FireFox (Not tested in IE or anything else)
Code:<style type="text/css"> #navfoot{ position:fixed; background-color:#CCCCCC; height:30px; width:100%; bottom:0; } </style>HTML Code:<div id="navfoot">Links: </div>
Want to hide these adverts? Register an account for free!