Hi,
This is my first contribution to your mailing list.
I need help regarding a problem with margin-bottom.
The thing is: A small gif should seperate an image on the left and a text as
<span> on the right.
It's genereally a simple article style.
 
So my problem is the following:
If I set the margin-bottom for the small gif to a fixed height, like 100px,
articles that have smaller images and less text than 100px look very messy
because of the overlapping margin-bottom.
 
You can take a look at it here: http://www.my-band.de/xbyte/css_problem.gif
 
The whole article items are in one big div and float to the left, which
means that if I just leave margin-bottom to 0px the text underneath would
float to the left under the gif image (and also under the article image)
 
It would be great if I could do something like:
 
margin-bottom: #article img.left.height;
 
or inheriting values from the image height..
 
But also other possible solutions would be great.
 
 
Regards,
 
Marcel
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to