Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default CSS & Div Problem

    I started designing the profile system on Uploadz yesterday.


    OK anyway can anyone help me fix this...

    CSS:

    HTML Code:
    body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #888888;
    }
    h2{
    font-size:14pt;
    padding: 0px;
    margin-top: 0px;
    }
    #left{
    width: 250px;
    padding: 25px;
    float: left;
    }
    #right{
    padding: 25px;
    padding-left: 0px;
    float: left;
    }
    #cont_small{
    width: 210px; 
    background-image:url(images/bg_small.png); 
    padding: 20px; 
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat:repeat-y;
    }
    #cont_big{
    width: 460px;
    background-image:url(images/bg_big.png); 
    padding: 20px; 
    padding-top: 5px; 
    padding-bottom: 5px; 
    background-repeat:repeat-y;
    }
    #buddy{
    width: 25%;
    float: left;
    text-align:center;
    padding-bottom: 10px;
    }
    HTML Code:
    <img src="images/header_big.png" width="500" height="14" /><div id="cont_big">
    <h2 align="center">My Friends</h2>
    <div id="buddy"><img src="images/avatar.png" /><br />Danny</div>
    <div id="buddy"><img src="images/avatar.png" /><br />Danny</div>
    <div id="buddy"><img src="images/avatar.png" /><br />Danny</div>
    <div id="buddy"><img src="images/avatar.png" /><br />Danny</div>
    <div id="buddy"><img src="images/avatar.png" /><br />Danny</div>
    
    </div>
    <img src="images/footer_big.png" style="padding-bottom: 15px;" width="500" height="14" />

    View in Firefox

    View in IE

    Thanks guys

  2. #2
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Anyone? I would of thought someone would know o.O Rep will be rewarded"/

  3. #3
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    dw. Found a fix...

Posting Permissions

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