Hi all,
I have a span that I wish to right adjust so that it's anchored to the edge of an underlying table. I've tried enclosing both elements in a div, but I can't think of a good way of letting the div auto shrink to be of the same size as the table while right-floating the span. Ideas?
I've tried using style="display: inline-block; float: left;" but that doesn't work when the span element is a float: right, it expands the div too much then.
The browser used is IE7 and IE8 in compability mode.