i have figured out why the additional images were not showing up. also found why the additional images box width was fixed to a certain px and also figured out how to repeat the background image. i'm still guessing but the last thing i need is to figure out how to make all the pictures align from left to right side by side. the issue is, the row setting for additional images is 10. when i only have 2, the first image is at the far left and the second image is in the center. check the link below to see what i am talking about
http://shop.kelleymotorsports.com/in...products_id=85
this is the code but not sure if something is missing to tell it that or what specifically tells it that.
#productAdditionalImages {margin:10px 0 0 0; padding:10px 2px 0px 4px; position:relative; width:auto; overflow:hidden; border:solid 1px #000; height:auto; background:url(../images/img.jpg) repeat 50% bottom;}
#productAdditionalImages #gallery { padding:0; margin:0 0 0 3px; list-style:none;}
#productAdditionalImages #gallery div{display: inline; text-align:left; position:relative; overflow:hidden; margin:0px 5px 10px 0; width:51px!important; }
#productAdditionalImages .additionalImages a {height:50px; width:50px; overflow:hidden; position:relative; font-size:17px; text-decoration:none; line-height:20px; font-weight:bold; color:#d50a0a; }
#productAdditionalImages .additionalImages a:hover{ color:#fb5d5d;}
#productAdditionalImages .additionalImages a img{ width:50px; height:50px; position:relative; }
possibly the list-style:none?


Reply With Quote

