• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Design a footer CSS

 
Ranch Hand
Posts: 1051
Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,

I need a solution related to fixing a footer at the bottom of the page.
i have a webpage..
Complete page is already designed but now the problem comes is,fixing a footer,i know header and footer should be designed together,but i have forgotton to do that.

So could you please tell me how to do that.

my website is having a different boxes place at differnt place and even i am not having a common box within which all the boxes is place.

So could you please tell whether i will let it as it is and get a footer
so that it is able to stick at the botom.


Or i will make a box and place all the box within it,and then design my footer by saying

top: auto
width:100%

if i will create a common box then it will create a problem for me as
the complete CSS needs to be modified according to that.

So i will prefer to get solution that will make my footer sitting at the bottom,even if my website is having nothing.
and when the content increase it should automatically get down.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic