On Mon, Sep 29, 2008 at 4:28 PM, christopher hunt
<[EMAIL PROTECTED]> wrote:
>
> I tried the following code:
>  .clearfix:after, .container:after {overflow:hidden;
> content:".";display:block;height:0;clear:both;visibility:hidden;}
>
> and also applying overflow:hidden on .container
>
> is this what you did?
>
> Chris

.clearfix, .container {overflow:auto;}

I think i just did this, you also have to remove :after pseudo class.
But mind you, this is tricky, as you need to be careful not to get
scrollbars on divs (if your content is larger then container, and
safari always uses scrollbars when overflow is set to auto IIRC)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to