I have a captioned image that contains an image and caption - it's floated left 
-  and text flows around it.  For the print stylesheet, I'd like to size the 
image and caption down to 80%.  So, I do this:

#captionedImage {
width:100px;
height:100px;
}

#captionedImage img, #captionedImage .caption {
width:80%;
height:80%;
}

The scaling works fine -- 

The problem is that the #captionedImage box is still 100 x 100 and so there is 
a margin between the image/caption and text.  Any way to get rid of that?

Thanks so much,
Sara
______________________________________________________________________
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/

Reply via email to