Hello,
I'm experimenting with zooming/scaling.
I've got this CSS class attached to a div:
This seems to work in IE, but not in Chrome. Is there something I need to added for Chrome browsers?Code:.zoom { -ms-zoom: 0.75; -moz-transform: scale(0.75); -moz-transform-origin: 0 0; -o-transform: scale(0.75); -o-transform-origin: 0 0; -webkit-transform: scale(0.75); -webkit-transform-origin: 0 0; }



Reply With Quote

Bookmarks