I am trying to open a page in IE8 using IE7 browser mode and IE7 Standards document mode. I am having the similar html structure in my page left column..
<div>
</div>
</nobr>
</div>
The inner div element has float:right. It basically holds a background image.
The nobr element has width:100% and background-color is red.
In other browsers I can see the nobr element and the div image floats on it at the right. However in IE8 using IE7 mode, the div image comes on the first line at the right and nobr element goes to the next line. If I decrease the width of the nobr to 80%, then both come on the same line.
However, that way the image element does not float on the nobr element at the right Any idea why this happens in IE7 and any solutions to resolve this ?