On 5 May 2010 01:39, oranuf <[email protected]> wrote: > Why should I have to do this? I've never had to before... and why > does it work? > > On May 4, 7:37 pm, Lorin Tackett <[email protected]> wrote: >> #PollQuestionaireContainer {overflow: hidden;} >> >> > > -- > 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. > >
Or you could add class="clearfix" to a div with id of #PollQuestionaireContainer so it's more in blueprint spirit and content will not be hidden if it doesn't fit in. When the content is floated the container doesn't always want to stretch enough to accommodate the content so you need to force it to do so. Try to read up on "clearing floats". And finally a suggestion, don't use inline css if you don't have to. -- 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.
