Re: [css-d] IE7: Non-floated h2 next to floated element

2009-07-18 Thread Valerie Wininger
>
> Not sure about IE 7 (N.A. here, right now), but based in IE 6:
>
> .post {
>        /*float:left;
>        clear:both;*/
>        padding-top:1px
> }
>
> Philippe
> ---
> Philippe Wittenbergh
> http://l-c-n.com/
>
>
>

Philippe,

That did the trick--Thank you SO much!!

Valerie Wininger
www.21rubylane.com
__
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] IE7: Non-floated h2 next to floated element

2009-07-18 Thread Philippe Wittenbergh

On Jul 18, 2009, at 4:28 PM, Valerie Wininger wrote:

> http://superluxefibers.com/dev/blog/.
>
> The issue is in IE7. The first blog post shows the  correctly
> lines up next to the div containing the date. However, in the 2nd
> post, the alignment has changed, and the  element appears to be
> clearing the div containing the date, and it is not expanding to fill
> the containing div. Can anyone help me figure out what's wrong?

Not sure about IE 7 (N.A. here, right now), but based in IE 6:

.post {
/*float:left;
clear:both;*/
padding-top:1px
}

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
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/


[css-d] IE7: Non-floated h2 next to floated element

2009-07-18 Thread Valerie Wininger
Hey everyone. I have been looking at this issue for far too long, and
I'm hoping that one of you can save me. The website I'm working on is
here: http://superluxefibers.com/dev/blog/.

The issue is in IE7. The first blog post shows the  correctly
lines up next to the div containing the date. However, in the 2nd
post, the alignment has changed, and the  element appears to be
clearing the div containing the date, and it is not expanding to fill
the containing div. Can anyone help me figure out what's wrong?

Thanks!

Valerie Wininger
www.21rubylane.com
__
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/