David Laakso wrote: > I have forgotten the work around for this: Padding is set on the > bottom set of images and a nearly black background color. IE/6 is not > honoring this. What to do?
> <http://chelseacreekstudio.com/ca/cssd/test-59/photography/01.php> Normal workaround: wrap the image in a span or whatever, and declare suitable paddings/bg-color on that element. For this particular case you may instead set margin-top: 100px on image for IE6 only, and give that old bugger a 250x250px near-black background-image placed '50% 50px no-repeat' on div.portfolio-minor. "Images on images" works fine when images are of same size. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
