Re: [css-d] Float not working in IE 7

2010-02-08 Thread Climis, Tim
> Hmmm... not sure I've come up against this specific problem before, but a 
> 'clear' fix to ensure the list items are containing the headings and 
> paragraphs does the trick:
>
> .event_details li { overflow: hidden; }

Indeed it does!  That makes a certain amount of crazy sense, but I wouldn't 
have gotten it in a million years.  Thanks!

---Tim
__
css-discuss [cs...@lists.css-discuss.org]
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/


Re: [css-d] Float not working in IE 7

2010-02-08 Thread Bobby Jack
--- On Mon, 2/8/10, Climis, Tim  wrote:

> The h3s (for
> Date, Time, etc) are floated left, but the following
> paragraphs aren't floating up.
>
> http://www.indiana.edu/~intlserv/ic/weekly_news.php

Hmmm... not sure I've come up against this specific problem before, but a 
'clear' fix to ensure the list items are containing the headings and paragraphs 
does the trick:

.event_details li { overflow: hidden; }

- Bobby
__
css-discuss [cs...@lists.css-discuss.org]
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/