Results 1 to 5 of 5

Thread: CSS trouble

  1. #1
    Join Date
    Oct 2008
    Posts
    10
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default CSS trouble

    hey guys i have one problem.

    i have listed items that are floated in left side and i want to make the display at the center of my page in any conditions. Can any one help me with this?


    here's the CSS

    #footer {
    font-size: small;
    font-family: "Trebuchet MS",Trebuchet,Tahoma,Verdana;
    color: #999;
    background: #d0d0d0 url(../images/footer/background.png) repeat-x top;
    }

    #footer ul.nav {
    list-style:none;
    padding-top:25px;
    text-align: center;
    }

    #footer ul.nav li {
    padding-left: 3%;
    float:left;
    }

    #footer ul.nav li a {
    text-decoration:none;
    display: block;
    }

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I'm afraid I don't understand what you want to do. Could you please be more specific and post the html code as well or a link to the page?

  3. #3
    Join Date
    Oct 2008
    Posts
    10
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    here's the link
    http://avinas.com.np/socialect/

    check the footer i want to pace it exactly at the center. this footer length changes according to the page so it should always be in center.
    can you help me??

  4. #4
    Join Date
    Oct 2008
    Posts
    10
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    can any one help me?????????

  5. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Your footer acts weird in FF3 and IE7 so I can't really see how you want it too look. What browser are you using? Could you post a picture showing how you see the footer and how you want it to look?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •