I have the follow code:
// CSS
.foo strong {
float: right;
}
// HTML
<div class="foo">
foo
<strong>bar</strong>
</div>
And want to float the "strong' to right, but IE7 don't recognize the action..
Wrong

Correct

|
I have the follow code:
And want to float the "strong' to right, but IE7 don't recognize the action.. Wrong
Correct
|
|||
animuson already answered, so He deserves the vote and if you need to close it for any reason you may go on but you should for animuson's answer. |
|||
|
|
barbefore thefoo. – animuson Feb 11 '12 at 20:41