Previous Message
Next Message

Floated blockquote nested inside li in IE6/IE7 with RTL layout

Sent by Gunlaug_Sørtun on 24 February 2008 13:01


Usamah M. Ali wrote:
> http://sawa.org.sd/testimonials/zuhair-alsarraj-alsudani-part-one
> 
> The list item's square is being shifted off to the right in IE7 and 
> disappears in IE6. The problem simply doesn't happen when using a 
> <div> instead of a <blockqoute>!

Only solution that seems to work reliably in IE/win without really
changing the underlying markup, is to add a div as "style-hook"...

<li>
<div class="emphasisLeft">
<blockquote>
<p>...</p>
</blockquote>
</div>
<span>...</span>
</li>


regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: