Getting a fixed header and footer working in IE6 can seem quite daunting. In this tutorial we’ll not only get it working in all the major browsers, but we’ll also cover all the necessary steps required in doing so. By the end of this tutorial, you should be able to implement this into your own projects without having to copy and paste a thing.
Related Submissions:
- New Screencast: Table Styling 2, Fixed Header and Highlighting Just a couple of quick tricks, from scratch, on coding up tables. We use the proper semantic tags for a table header and then set...
- How to Resolve a Fluid Header/Footer Problem When the Window is Resized If you have a fluid header and footer, but the content area is a fixed size, you could run into this bug when the viewport...
- iPhone SDK Tutorial - Video - {Part 4} Tips for UITableView Design [Add Header, Footer, Background Images & change Design] UITableView Tutorial: {Part 4} Follow this step by step tutorial to learn about UITableView and use Interface builder to do easily add background Image to...
- Header and Footer in the Semantic Web The basis of the semantic web is to look at content first, and then decide which element to use. But this extends beyond just XHTML,...
- Detect Copy, Paste and Cut Operations on a TextBox using jQuery To detect Copy, Paste and Cut operations two years ago, I remember using the addEventListener and capturing the keyDown event. Then capture the KeyCode and...