The task is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Task Editor by clicking Design Script button to cause binary code to be generated.
for the above error go through the following microsoft support link
http://support.microsoft.com/kb/931593
CSS Rotate Text 90 Degrees
-
For WebKit & mozilla -webkit-transform: rotate(-90deg);
-moz-transform:rotate(-90deg); For IE:
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation...
15 years ago
No comments:
Post a Comment