AW: floating text around image problem
"Dr. Frank Hoffmann" <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <443AD7B84D1B425FB124DF0BF758D3DF@hal1> |
Hello,
In fact the 2.9 changes.txt reveals a ZMSGraphic rendering bug fix in
2006-09-27::zms-2.9.4-17
http://bscw.hoffmannliebenberg.de/bscw/bscw.cgi/d291636/changes.txt
Maybe you can transfer the newer code back to the former ZMS version or use
the last 2.9er version:
http://bscw.hoffmannliebenberg.de/bscw/bscw.cgi/d288345/zms-2.9.4-41.tar.gz
The latest builds 2.10.5/2.11.0
http://bscw.hoffmannliebenberg.de/bscw/bscw.cgi/199497
are using the following css fragment to style the floating:
%<-------------------------------
div.ZMSGraphic { background-color:transparent; }
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding: 4px 0 0 0; }
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic { width:100% !important; }
div.ZMSGraphic.right div.graphic img { display:inline !important; }
%<-------------------------------
Best regards
fh, moderator