How do I align a float at the bottom right of a table cell? Here is my style: h2.float-right {/* header element float */ float: right; width: 9em;/* em width variance by element*/ margin-top: AUTO; margin-botton: AUTO; padding-left: 0.2em; border-left: 2px dotted #2e8b57; border-top: 2px dotted #2e8b57; }
This link should be of use to you: http://www.sitepoint.com/forums/showpost.php?p=2589534&postcount=38