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.
In all.css Change the margin-top:-124px; to a lesser value , say -100px; Paypal: That should do it. Prateek PDJSolutions.
.awards { overflow: hidden; <==== That's your problem -- try :auto or just commenting it out padding: 5px; }
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):
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.