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.

I need your help with CSS footer

Discussion in 'CSS' started by Clarence1980, Nov 9, 2010.

  1. #1
    Hi everyone,

    I'm looking for a solution to get the footer of my website the same as the header.
    this is the link: http://tinyurl.com/yj8b22v

    Thanks!

    Clarence
     
    Clarence1980, Nov 9, 2010 IP
  2. nishanair

    nishanair Active Member

    Messages:
    188
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Its almost similar, i didn't understand what you are looking for, do you want to place the logo and banner on the footer also, or you want to change the footer links like top menu bar?
     
    nishanair, Nov 9, 2010 IP
  3. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #3
    In the current markp up, footer is inside a wrapper div (#wrap) and which is 982px so anything inside will have maximum width of 982px. You need to take out the markup realated to footer out of the wrapper div (#wrap).

    your mark should look something like this,
    
    <div id="wrap">
       content mark up here .....
       topbar
       header
       content
       left column
       right column
    </div>
    <div id="footer">
      <div id="sitemap"></div>
    </div>
    
    Code (markup):
    and you have to set the width of footer to 100% in css.
     
    radiant_luv, Nov 9, 2010 IP
  4. Clarence1980

    Clarence1980 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks! I'll give it a try. thank you very much!
     
    Clarence1980, Nov 9, 2010 IP