1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<!DOCTYPE html> <style> img { position: relative; } a { -webkit-perspective: 1000; } </style> <p>There should be an image below:</p> <a> <img src="../../ietestcenter/css3/support/green_color_no_srgb.png"/> </a>