Homework 2 (Movie Review) FAQ

Q: How do I get the rotten image and the "33%" text to line up?
A: Try the usual tricks such as alignment, box model stuff (padding-margins-sizing), and floating elements. If you can't get it to look quite right, also consider setting the line-height property of the containing block element. This controls how tall the overall line of text/images should be on the page.
Q: My page looks right, but I used a lot of absolute positioning to do it. Is that what you wanted?
A: No. Don't use absolute positioning. You shouldn't need it at all on this assignment.
Valid XHTML 1.1 Valid CSS! JavaScript Lint