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 ?

link|improve this question

20% accept rate
What are you trying to achieve with nobr ? It's deprecated, so better use css for it! – Dan Surfrider Oct 20 '11 at 10:46
nobr element is there in the existing code and hence it is required..It holds img elements and a span element..basically it makes the inbox folder of a mail client along with the images – Girish Oct 20 '11 at 11:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.