I want the div to contain three images, and I would like the images to be arranged vertically. I set the width of the div to the width of my images, and that doesn't mean anything. Here is my code:
.detailImgWrapper { display: inline; position: relative; width: 25px; top:-210px; } .detailImgWrapper img { visibility: hidden; padding: 0; padding-top: 10px; display: inline; width: 25px; height: 25px; }
Thanks for watching.
source share