Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Check out the cross-browser inline-block article from Mozilla Webdev.
position:relative
position:absolute:right:0;bottom:0;
That works perfectly fine for me, on Safari at least. Which browser is giving you trouble?
Yeah, I missed the part about equal height. The easiest way would be to leave this one alone. Tables are just fine, if there aren't viable alternatives. On the other hand, if the contents aren't dynamic, you could just set a fixed height based on the tallest column using ems.
The easiest way to get the stars to the bottom might be to add another row of tds. A good way of testing dropshadows is to use Safari or the latest firefox beta (or some khtml compatible browser) and play with one of these:
-webkit-box-shadow: 1px 1px 50px #333;
-moz-box-shadow: 1px 1px 50px #333;
-khtml-box-shadow: 1px 1px 50px #333;
Then you could start figuring out how to do the same with images.
1 to 13 of 13