Ho guys..
i have many pages in my application.
i want to show fix footer bar like u can see in daniweb "Recently updated articles etc etc"
how to create it? any hint aur suggestion?
Regards..
Farhad Idrees
Farhad.idrees 1 Junior Poster in Training
Recommended Answers
Jump to PostYou can create a div for your footer and style it to have a fixed position. Even if you scroll down the page, the footer remains at the bottom. here is an example of the properties you would style on the div with an id="footer".
#footer {width:100%;position:fixed;left:0;bottom:0}
Give it a …
Jump to Postoh, i think I understand what you mean know. So just add an extra div element to the bottom of the content. Use a value that is 1.5x the height of the footer so that you clear the footer and so that you have extra space. so if the footer …
Jump to PostJorgeM is correct. You need to add a margin-bottom that is at least the same height as the footer. Glad you got it working!! :)
All 9 Replies

LastMitch
JorgeM 958 Problem Solver Team Colleague Featured Poster
<M/> 170 Why so serious? Featured Poster
EvolutionFallen 107 Junior Poster
Farhad.idrees 1 Junior Poster in Training
JorgeM 958 Problem Solver Team Colleague Featured Poster
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
JorgeM 958 Problem Solver Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.