File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes rotating a div using IE matrix rotation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "rotating a div using IE matrix rotation" Watch "rotating a div using IE matrix rotation" New topic
Author

rotating a div using IE matrix rotation

ruquia tabassum
Ranch Hand

Joined: Jun 23, 2007
Posts: 288

Hi .. i rotated a div using IE matrix rotation method now when i print it the div doesnot get printed as rotated one instead it gets printed as a horizontal div .. can anybody suggest me y is this happening.

As you can see below i want the text "Valid till 23 SEPT 2010." inside the div tag to be printed tilted like 35 degrees.... for that i added the filter with matrix rotation parameter... when i open my page in IE it shows the text tilted properly.. whereas when i print it the page gets displyed without being tilted....

This message was edited 1 time. Last update was at by Bear Bibeault

Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 14857
IE does not print with the transformation. Nothing you can do about it.

Eric
 
 
subject: rotating a div using IE matrix rotation
 
MyEclipse, The Clear Choice