Hi,
I am created a website & make a header, footer. i want to put a header & footer stick to up down.
My question is
1) how can header section stick to upward
2) how can footer section stick to footer
I think the question is asking for a sticky header and footer such as
http://www.projectseven.com/products/templates/pagepacks/luna/luna-01. htm
hi nancyo thanks for your prompt replay, i am not uploaded that site present now. i will send that link later because source file in my office tommorow & dayafter holiday. i am send it to you monday. i humbly requested to you please send to me a tutorial for header & footer stick to a web page? header & footer tutorial
Sticky Footer DEMO
http://alt-web.com/DEMOS/CSS2-Sticky-Footer.shtml
For #Header, do the same thing as above and change bottom: to top: value px
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
nancy i am try to make a sticky footer, but i dont know where is going wrong please help this weblink
CSS:
/**Sticky footer**/
#footer {
width:100%;
position:fixed;
z-index: 1000;
bottom:0;
left:0;
background-color: #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 12px;
}
/**you don't need this**/
#footer #content { }
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
That's how fixed positioning works. The fixed positioned element remains visible at all times.
Maybe what you want is 100% Page Height?
http://alt-web.com/TEMPLATES/100-percent-height.shtml
Nancy O.
(\_ _/)
(='.'=)
(")_(")
North America
Europe, Middle East and Africa
Asia Pacific