CSS Print Rotation and Scaling?

Up vote 1 down vote favorite share g+ share fb share tw.

My CSS for golf scorecard is IE scales but does not rotate. (Removing scaling does not change rotation issue. ) /* Removed non-IE part of question to more closely match only answer.

Will post separate question about FireFox */ Any advice? Also played with idea of PHP lib DOMPDF but it breaks so easily on big tables and this is a golf scorecard. Css printing link|improve this question edited Dec 9 '11 at 15:00 asked Dec 8 '11 at 23:11jerrygarciuh1,032930 96% accept rate.

For rotation you'll need some extra lines: -ms-transform:rotate(-90deg); -o-transform:rotate(-90deg); transform:rotate(-90deg); For scaling you'll have to add: -moz-transform: scale(58); Haven't tested this, but think it should work...

Thank you for the reply. The rotation lines work thanks. I already have the -moz-transform line in (see post) and issue is that if rotation is specified then scale fails to work.

Also - you mean .58, not 58. – jerrygarciuh Dec 9 '11 at 1:09.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send