Buying $5 via PayPal to whoever can post the correct fix first.

Discussion in 'Design' started by Swiftie, Jul 15, 2010.

  1. #1
    Hi,

    Please take a look at http://bounceweb.com/web-hosting-awards.html and see at the bottom the last image is cut off? Please post exact instructions how to fix this once and for all (so more can be added in addition to the current ones) and post your PayPal address and I will send you $5 immediately.

    Thank you. :)
     
    Swiftie, Jul 15, 2010 IP
  2. pdjsolutions

    pdjsolutions Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    In all.css

    Change the margin-top:-124px; to a lesser value , say -100px;

    Paypal:

    That should do it.

    Prateek
    PDJSolutions.
     
    pdjsolutions, Jul 15, 2010 IP
  3. FinalHuntMedia

    FinalHuntMedia Peon

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    .awards {
    overflow: hidden; <==== That's your problem -- try :auto or just commenting it out
    padding: 5px;
    }
     
    FinalHuntMedia, Jul 15, 2010 IP
  4. pdjsolutions

    pdjsolutions Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    @Final: Hehe :)

    My Bad :p
     
    pdjsolutions, Jul 15, 2010 IP
  5. Swiftie

    Swiftie Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    I tried :auto and commenting that out, but it did not work. Any other suggestion? Thank you.
     
    Swiftie, Jul 15, 2010 IP
  6. NedBool

    NedBool Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Change this part of your CSS stylesheet:
    .main-part {
        clear:both;
        float:left;
        margin:-32px 0 [COLOR="Red"]-39px[/COLOR];
        position:relative;
        width:571px;
    }
    Code (markup):
    .. to this:
    .main-part {
        clear:both;
        float:left;
        margin:-32px 0 [COLOR="SeaGreen"]1px[/COLOR];
        position:relative;
        width:571px;
    }
    Code (markup):
     
    NedBool, Jul 15, 2010 IP
  7. Swiftie

    Swiftie Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    I can't find that anywhere in all.css? Please let me know. Thanks!
     
    Swiftie, Jul 15, 2010 IP
  8. NedBool

    NedBool Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    all.css ( line 608 ) :)
     
    NedBool, Jul 15, 2010 IP
  9. Swiftie

    Swiftie Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    So from:
    
    .main-part {
    	margin:-32px 0 -59px;
    	float:left;
    	width:571px;
    	position:relative;
    }
    
    Code (markup):
    To:
    
    .main-part {
    	margin:-32px 0 1px;
    	float:left;
    	width:571px;
    	position:relative;
    }
    
    Code (markup):
    Is what I did, is that right? :) Looks like it worked. If you see the same provide me with your PayPal.
     
    Swiftie, Jul 15, 2010 IP
  10. NedBool

    NedBool Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #10
    Looks fine from here now :) PM sent.
     
    NedBool, Jul 15, 2010 IP
  11. FinalHuntMedia

    FinalHuntMedia Peon

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    @NedBool = Nice find... I missed that one.... D'oh! :) All got fixed so that means all = good!~!
     
    FinalHuntMedia, Jul 15, 2010 IP
  12. Swiftie

    Swiftie Active Member

    Messages:
    203
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #12
    NedBool, you are officially $5 richer! Thank you for the help.
     
    Swiftie, Jul 15, 2010 IP
  13. NedBool

    NedBool Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #13
    Thank you for the opportunity - payment received.
     
    NedBool, Jul 15, 2010 IP