Shelly wrote:
>
> http://www.brassblogs.com/wordpress/
>
> Basically, there's a horizontal scroll at the bottom of the page -
> *something* is adding additional padding to the right of the
> screen, but I can't find what (I've narrowed it down to the "body"
> tag, but I have no padding set there!)

It may be caused by the italics (with date and author) in widthless right
floats. Try giving them overflow:auto
div.post small { overflow:auto }
(of course it is better to feed this rule just to IE7.)

> Also, the main wrapper div is using the faux column method -
> the image is white with a blue sidebar.  In IE7, it doesn't
> start showing up until after the first post.

The problem seems fixed giving hasLayout to the #main div, for example with
#main { zoom:1 }
Floats containment works usually better in IE  if the container gets
hasLayout.

Hope this helps,
Bruno

--
Bruno Fassino http://www.brunildo.org/test

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to