I’m working on a tutorial and wanted to make a block rotate 30 degrees, using CSS3. Webkit browsers: -webkit-transform: rotate(30deg); Internet Explorer: filter:progid:DXImageTransform.Microsoft.Matrix( M11=’0.8660253882408142′, M12=’-0.5′, DX=’0′, M21=’0.5′, M22=’0.8660253882408142′, DY=’0′, sizingmethod=’auto expand’ ); I rest my case.
A tutorial I wrote for Nettuts+ have been published today. Let me know what you think. Thanks to advanced CSS properties, such as gradients and shadows, it’s now quite easy to turn a dull web form into something beautiful – with minimal effort. I’ll show you how in today’s tutorial! Design a Prettier Web Form [...]