Testing Tenth Testable Statement of Sec 9.6 of CSS2 Specification
-
10. Authors may use fixed positioning to create frame-like presentations.
PASS CRITERIA:
This main block would be a frame. Rules are:
#main {position: fixed; width: auto; height: auto; top: 15%; right: 0;
bottom: 100px; left: 10em;}
All other properties of this page should be UA-default.