View Single Post
Old 12-04-2008, 10:45 PM   #4 (permalink)
almac007
The Wanderer
 
Join Date: Dec 2008
Posts: 9
Thanks: 0
almac007 is on a distinguished road
Default

I have now added in a height element into the CSS which has fixed the whitespace at the bottom of the basket.

.basket_body{
width:180px;
height:75px; /* 125px real image size */
background:url(../images/basket_body.gif);
background-position:top;
background-repeat:repeat-y;
vertical-align:top;
padding:0;
}

now the only problem is the whitespace appearing at the top.
almac007 is offline  
Reply With Quote