dcostalis
10-29-2007, 06:15 AM
Site: http://www.ccteaz.com/
username: dev
password: access-07
relvant page: http://www.ccteaz.com/_dev/browse.php?cat=1
relvant css:
#product_guides_detail {xhtml.css (line 361)}
background:transparent url(../images/bg_mid_guide_detail.gif) repeat-y scroll 0%;
color:#333333;
height:320px;
overflow:visible;
padding-left:12px;
padding-top:2px;
width:675px;
}
The page loads, and loads up items, and thumbnails them. Problem comes about when the items force the div to stretch. The background image does not repeat as it should, instead stopping where the div would normally stop. using min-height does not correct the problem. The "scroll 0%" seems to automatically appear, and is not in the actual CSS (firebug added it).
Thanks for the help, anyone!
username: dev
password: access-07
relvant page: http://www.ccteaz.com/_dev/browse.php?cat=1
relvant css:
#product_guides_detail {xhtml.css (line 361)}
background:transparent url(../images/bg_mid_guide_detail.gif) repeat-y scroll 0%;
color:#333333;
height:320px;
overflow:visible;
padding-left:12px;
padding-top:2px;
width:675px;
}
The page loads, and loads up items, and thumbnails them. Problem comes about when the items force the div to stretch. The background image does not repeat as it should, instead stopping where the div would normally stop. using min-height does not correct the problem. The "scroll 0%" seems to automatically appear, and is not in the actual CSS (firebug added it).
Thanks for the help, anyone!