Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 25
  1. #11
    Join Date
    Mar 2005
    Location
    Leeds
    Posts
    3,423
    Tokens
    0

    Latest Awards:

    Default

    Sorry I didnt explain my self well, I ment to say Down to the bottom of the browser... When I use 100% non of the background shows at all...

  2. #12
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    http://www.damosdesigns.com/_1/danny.html

    The margins and such like that? Sorry, ill mess around with that other error soon.

    - Craig.



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

    Latest Awards:

    Default

    http://www.dannymilner.co.uk/index.p..._from=&ucat=1&

    See how if the text goes on for a while the right and left paddings stop (500px) I want to make it 100%

    (Ignore the floating text box)

  4. #14
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    Oh! Right.

    #leftpadding {
    float: left;
    width: 63px;
    background-image: url(./images/danny_r2_c2.png);
    }
    #rightpadding {
    float: right;
    width: 63px;
    background-image:url(./images/danny_r2_c6.png);
    }

    Edit:
    Image URL's were wrong

    Edit #2
    You need to change the "body" too.
    #body {
    background-color:#2F3032;
    }

    - Craig.
    Last edited by craigg.; 30-04-2006 at 09:50 AM.



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

    Latest Awards:

    Default

    Nah that just messes it totaly up, the background doesnt show (the left and right backgrounds)

  6. #16
    Join Date
    Dec 2005
    Location
    England | Brighton
    Posts
    1,378
    Tokens
    0

    Latest Awards:

    Default

    Hey

    Im still learning CSS so im not that good at it.

    #leftpadding {
    float: left;
    width: 63px;
    background-image: url(./images/danny_r2_c2.png);
    height: 100%;
    }
    #rightpadding {
    float: right;
    width: 63px;
    background-image:url(./images/danny_r2_c6.png);
    height: 100%;
    }

    Wouldnt it work if they where 100% ?

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

    Latest Awards:

    Default

    Nope I have tryed that oready...

  8. #18
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    Meh, I give up. I would completely re-code it if I wasn't busy. Sorry that I couldn't help as much.

    - Craig.



  9. #19
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Add this to your images folder:


    Then add this to your CSS:
    Code:
    html body {
    	background-image: url(tile.gif);
    	background-repeat: repeat-y;
    	background-position: center;
    }
    kinda quit.

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

    Latest Awards:

    Default

    YES! Thanks Nets

Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

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