vesselin Site Admin
Joined: 04 Jan 2007 Posts: 250
|
Posted: Tue Dec 08, 2009 3:45 pm Post subject: Table2CSS 3.3.15 has been released |
|
|
Table2CSS 3.3.15 has been released. Changes from the previous version include:
- A workaround has been added for a bug in IE8 that could cause an incorrect conversion in Floating layout mode.
- Tables with both colspans and rowspans can be converted in Floating layout mode provided that the rowspans are in the leftmost column.
- Floating layout cells no longer have the "clear: both" CSS property, unless it is required. This makes the CSS code generated in Floating mode more compact.
- All table cells converted in Floating mode have "display: inline". This improves the chances that two or more cells will have identical styles and generally decreases the size of the generated CSS code.
- A JavaScript error was displayed when the converted document contained JavaScript code that tried to access document.location.href. This has been fixed.
- The option "Horizontal percentages" is turned off by default.
A downloadable trial version is available at http://www.table2css.com/ |
|