Layout like Daniweb Footer
How to make Layout like Daniweb Footer
My Favourite Forums Todays Posts .............
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
use css for keeping element at top or bottom of page
element{
position:fixed;
top:0;
left: 0;
}
element{
position:fixed;
bottom:0;
left: 0;
}
diafol
Rhod Gilbert Fan (ardav)
7,800 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Can I make like this
<div id=footer>
</div>
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
No its not working ....
absolute or fixed?
is there ay example available
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
#footer {
position:fixed;
vertical-align:bottom;
margin:0 auto;
width:100%;
background-color:#0066FF;
}
Its Working....
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
How i can add buttons. footer working perfectly
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
its working perfectly in Google Chrome but in internet explorer 6 its not working.
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4
I am new to CSS. I want to add but guide me. also its not working in IE6.
furqan219
Junior Poster in Training
89 posts since Jun 2009
Reputation Points: 2
Solved Threads: 4