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 Post— Member #949455
i want to show fix footer bar like u can see in daniweb "Recently updated articles etc etc"
Daniweb footer is just an footer code. The differences is that Dani design it how it looks …
Jump to Post— JorgeM 958You 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 Post— JorgeM 958oh, 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 …
All 9 Replies
Member #949455
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 5,664 The Queen of DaniWeb Administrator Featured Poster
Dani 5,664 The Queen of DaniWeb Administrator Featured Poster
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.