Hi David,

Am Monday 27 September 2010 21:20:31 schrieb David Hucklesby:
>
> I'm guessing that the AP help is partly outside the DIV that has
> "overflow: hidden;" on it? I'm also guessing you are using overflow in
> order to contain floats.
>
> With these bold assumptions, I suggest using something other than
> "overflow: hidden;" to contain floats, as anything inside, positioned
> outside, will have the overflow--umm--hidden.
>
> These properties also establish a new block-formatting context just as
> "overflow: hidden;" does. It depends on your layout as to which is best:
>
> overflow: auto
> float (left or right)
> position: absolute
> display: inline-block
> display: table-cell
>
> Hope this helps.
>
Thank you very much!
It was the YAML subcolumns container with attribute "overflow:hidden". 
Changing that to "display:inline-block" makes it run.

Manfred
______________________________________________________________________
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/

Reply via email to