Are you looking for a fixed footer? If so, you are going about it wrong.

http://www.codefundamentals.com/demos/fixed-footer

Here is also a sticky footer - I don't think this is what you want but you
want one or hte other...I'm betting on fixed footer.

http://www.codefundamentals.com/demos/ultimate-sticky-footer

On Wed, Apr 8, 2015 at 10:46 AM, Angela French <afre...@sbctc.edu> wrote:

> Hello,
> I have that I'm trying to add a footer to.  The issue is that it won't
> stay at the bottom once the page has enough content to require scrolling.
> Then it is positioned over the content  about 1/3 up the page.
>
> My CSS is as follows:
>
> #s4-workspace { /* parent container of #footer */
>
>                 position:relative;
>                 min-height:100%;
>                 padding-bottom:3em;
>
>
> }
>
> #footer {
>                 height:3em;
>                 margin-top:-3em;
>                 background-color:#a4c8de;
>                 color:#000;
>                 position:absolute!important;
>                 bottom:0!important;
>                 left:0;
>                 width:100%;
>                 padding:20px;
>                 clear:both;
>
> }
>
> Any ideas on what to look for would be appreciated.  I've tried a number
> of things that are supposed to work, but still it doesn't. Wish I could
> provide a link, but it's an internal SharePoint site I'm trying to build.
>
> Thanks,
>
>
> Angela French
> Internet Specialist
> State Board for Community and Technical Colleges
> 360-704-4316
> afre...@sbctc.edu<mailto:afre...@sbctc.edu>
> www.checkoutacollege.com<http://www.checkoutacollege.com>
> www.sbctc.edu<http://www.sbctc.edu>
>
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>



-- 
Ryan Reese
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to