Hi guy, My site a problem. I am use header, content , footer. But footer site problem footer position fixed use. I am use many content but footer not down. Plz help me, footer menu use CSS code need.
The CSS positioning properties allow you to position an element. It can also place an element behind another, and specify what should happen when an element's content is too big. Elements can be positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They also work differently depending on the positioning method.
Can you show us the screenshot of the page ? Along with the CSS. Your site appears to be down for maintenance now. So I can't take a good look at it. I assume, you have 3 parts in your page. head content footer If you the "content" div contains any divs that floats, then you might need to "clear:both;" at the end (just before the closing div of content). Otherwise, the content div might not get the height. And thus the footer would overlap.
Advance style! background:#f3f3f3; position:absolute; bottom:0; left:0; width:100%; padding:10px; border-top:solid 1px #ccc; color:#888; text-shadow:0 1px 0 #fff; text-align:center;