Hi folks, In IE6 (and firefox) my image content elements with multiple images have vertical space 15 as they should. In IE7 no space at all and this is not good of course.
I have css_styledcontent and styles.content.imgtext.rowSpace = 15 content.space = 0 (The latter is wanted, since different content elements need to be right side by side each other sometimes.) The image block with two images is in html: <div class="csc-textpic csc-textpic-intext-right"> <div class="csc-textpic-imagewrap" style="width:250px;"> <div class="csc-textpic-imagerow" style="width:250px;"> <dl class="csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol" style="width:250px;"><dt> <img src="typo3temp/pics/53fab36914.jpg" width="250" height="188" border="0" alt="" /> </dt></dl></div> <div class="csc-textpic-imagerow" style="width:250px;"> <dl class="csc-textpic-image csc-textpic-firstcol csc-textpic-lastcol" style="width:250px;"><dt> <img src="typo3temp/pics/290e5ab3dc.jpg" width="250" height="188" border="0" alt="" /> </dt></dl></div></div><div class="csc-textpic-text"> So, any idea what I should do to make the vertical rowSpace true in IE7 also so that it wouldn't add space in other browsers? Thank you in advance, - Katja _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
