Activity Stream
48,167 MEMBERS
63179 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member
    Website's:
    litewarez.net litewarez.com triniwarez.com

    Default Facebook Sticky footer!

    Hey everyone,

    Recently iv'e been wortking on a css footer like facebook.. heres the base css+html for you to start your own

    This css provides you with the footer bar where its stays at the bottom of the page..

    http://www.imgcentre.com/images/icsnap1388793347.png

    Heres a simple image to show you what it looks like and heres the code:

    Code: 
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Facebook like footer bar</title>
    <style type="text/css">
    #footer_container{
    	/*The main footer div witch will hold the bar*/
    	bottom: 0px;
    	font-size: 11px; /*Font size used within the footer unless specifeied elsewhere*/
    	padding: 0px;	/*0 Padding for the footer container*/
    	position: fixed;/*Fixe the containter at bottom*/
    	right: 0px;
    	width: 100%;/*This is not the footer width: goto -> .footer_bar->margin-(left/right)*/
    }
    #footer_container .footer_bar{
    	background-color:#CCC; /*Or add background image here*/
    	/*Margin(left/right) change for space left and right of bar*/
    	margin-left: 15px;
    	margin-right: 15px;
    	/*Border for the outline effect, note.. DONT add border bottem*/
    	border-right:1px solid #999;
    	border-top:1px solid #999;
    	border-left:1px solid #999;
    	/*How big do you want the bar*/
    	height:25px;
    	/*Visibility general*/
    	overflow: visible !important;
    	position: relative;
    	display:block;
    }
    #footer_container .footer_bar .footer_bar_left{float:left;left:0px;}
    #footer_container .footer_bar .footer_bar_right{float:right;right:0px;}
    </style>
    </head>
    <body>
    <p>Some Content will be here</p><p>Some Content will be here</p><p>Some Content will be here</p><p>Some Content will be here</p>
    <p>Some Content will be here</p><p>Some Content will be here</p><p>Some Content will be here</p><p>Some Content will be here</p>
    <div id="footer_container">
    	<div class="footer_bar">
        	<!--Left Side-->
            <div class="footer_bar_left">
            	Stuff on left side
            </div>
            <div class="footer_bar_right">
            	Stuff on right side
            </div>
        </div>
    </div>
    </body>
    </html>
    This works in IE,Firefox,Chrome,Opera perfectly
    litewarez Reviewed by litewarez on . Facebook Sticky footer! Hey everyone, Recently iv'e been wortking on a css footer like facebook.. heres the base css+html for you to start your own This css provides you with the footer bar where its stays at the bottom of the page.. http://www.imgcentre.com/images/icsnap1388793347.png Heres a simple image to show you what it looks like and heres the code: Rating: 5
    Join Litewarez.net today and become apart of the community.
    Unique | Clean | Advanced (All with you in mind)
    Downloads | Webmasters


    Notifications,Forum,Chat,Community all at Litewarez Webmasters


  2.   Sponsored Links

  3.     
    #2
    Member
    Very sexy might use this in the future was thinking about something like this for my site
    Thanks litewarez love you snippets of codes you keep posting keep it up man they are very useful
    Signature too big, removed by staff.

  4.     
    #3
    Member
    yea litewarez code snippets are always awesome
    Please follow signature rules

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. LE with WarezRace l 2UV,3* l Footer-Footer
    By Faizann20 in forum Link Exchange
    Replies: 0
    Last Post: 24th Feb 2011, 11:28 AM
  2. Can i pay for sticky thread?
    By xoomservice2010 in forum General Discussion
    Replies: 12
    Last Post: 21st Mar 2010, 01:45 AM
  3. FREE Facebook Advertising $100 Voucher! STICKY?
    By Cookie in forum Completed Transactions
    Replies: 5
    Last Post: 2nd Dec 2009, 08:38 AM
  4. [WTB] sticky thread
    By Elio in forum Completed Transactions
    Replies: 12
    Last Post: 23rd Oct 2009, 11:25 AM

Tags for this Thread

BE SOCIAL