On 7/29/05, ugo pozo <[EMAIL PROTECTED]> wrote (about
http://www.cityofdis.org/flash/?irpara=contato):

> I haven't tried to reproduce this effect in other computers, but it
> seems to me that IE6 crashes everytime it tries to load this page, with
> a "pure virtual function call" run-time error. If I remove the "float:
> left" from the short fields to the left, altough the layout is gone, IE6
> won't crash.
> 
> Curious is that I almost managed to solve this problem putting a div
> called "leftform" around the three floating fields. I have left its
> style commented out in contato.css. However, if I put a div inside a
> paragraph, the page won't validate.

You might want to use a span instead. Since you are redefining its
display properties, it shouldn't matter whether you ise a div or a
span to do this. Floats are automatically block-level, so if you are
using display:inline to work around something in IE, you should still
not see any issues when replacing it with a span.

HTH,

Michael
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to