[TYPO3] IE7 not showing rowSpace
Katja Lampela
katja.lampela at lieska.net
Mon May 12 10:36:29 CEST 2008
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
More information about the TYPO3-english
mailing list