Hi all
Can anybody tell me how to make a fixed footer / header with the help of CSS.
Thanks
Can anybody tell me how to make a fixed footer / header with the help of CSS.
Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
I agree. Better use header.php and footer.php. You'll then have to edit only these 2 files.I always create headers/footers using scripting languages like PHP or ASP.net. That way you can re-use the same piece of code for all pages and if you need to change the header or footer you only need to make the change once instead of for every page.