1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need a small help with css

Discussion in 'HTML & Website Design' started by bm4web, Jul 5, 2013.

  1. #1
    hi, this is my website http://www.list.seoarise.com/, the footer goes up and combine with the header, i can't able to fix it, can you any one please let me know what i need to change in css or html to make appear correctly at the bottom thanks in advance!
     
    Last edited: Jul 5, 2013
    bm4web, Jul 5, 2013 IP
  2. Braadd

    Braadd Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Well here is a quick fix to your problem.

    In your css replace you #footer with this.

    #footer {
        height: 50px;
        margin: 0 auto;
        padding: 0px;
        background-image: url('images/heading1.png');
        background-repeat: repeat-x;
        border-top: 1px solid #769824;
        font-family: Arial, Helvetica, sans-serif;
        clear: both;
    }
    Code (markup):
    This is just a quick fix to your problem. I suggest you remove the adverts but that is up to you. But you will need to move the text to get it in the right place.
     
    Braadd, Jul 5, 2013 IP
  3. HuggyStudios

    HuggyStudios Well-Known Member

    Messages:
    724
    Likes Received:
    20
    Best Answers:
    26
    Trophy Points:
    165
    #3
    You need to set the footer to the bottom of the page. Add these 2 rules to your css #footer.
    
    position: relative;
    bottom: 0;
    
    Code (markup):
    Add this to your #wrapper
    
    padding-bottom: 60px;
    
    Code (markup):
     
    HuggyStudios, Jul 5, 2013 IP
  4. bm4web

    bm4web Well-Known Member

    Messages:
    718
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Problem solved got help from my friend via skype, thanks for all....!
     
    bm4web, Jul 5, 2013 IP