Within a table cell that is vertical-align:bottom, I have one or two divs. Each div is floated right.
Supposedly, the divs should not align to the bottom, but they do (whic
If you don't want both divs on the same line then don't float them both right.
If you put the @ below the text in the markup and then set the float to 'clear' it would put it below the text.