I\'m playing around with css transforms and the equivalent filters in IE, and want to simulate perspective by transforming a 2d rectangle into a trapezium.
Specifica
You can accomplish this with the new CSS3 matrix3d transform which will give you the ability to use the abovementioned 4x4 matrix.