html - IE7 Hack for float/block bug -


I'm having trouble working with this layout in IE7:

  & lt; Span class = "box" & gt; Headline & lt; A href = "more" & gt; More ... & lt; / A & gt; & Lt; / Span & gt; .box {display: block; }. Box A {display: inline; float right; }  

All browsers display it correctly;

  title and more ...  

but IE7 makes it:

  title and more ...  

Any ideas on deciding this? I did not try to block, inline blocks, anything to work with some frequently used fixes like box-models etc.

& lt; .box

   gt; & Lt; A href = "more" & gt; At the beginning of an & gt;  tag; More ... & lt; / A & gt; Title & lt; / Span & gt;  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -