so i have the following css stylesheet Click Here and i want that #footer{}
and #copyright{}
to stay at the bottom of the page all time. How can i achieve that?
andreiviziru 0 Junior Poster in Training
Recommended Answers
Jump to PostIt should already be working, no?
#footer { position: fixed; bottom: 0px; left: 0px; }
That should do the trick?
All 3 Replies
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
JorgeM 958 Problem Solver Team Colleague Featured Poster
almostbob 866 Retired: passive income ROCKS
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.