Jack Blankenships wrote:
> Any ideas on how to have an element's overflow property apply to some
> children but not to others?
> 
> For example,  I have a div that contains a table/grid that I want to
> have set to overflow: auto on a specific height.  This way the results
> stay within a specific set of dimensions and do not push the rest of
> the layout into undesirable locations.  The problem is that I also
> want to include some css tooltips for specific cells in this
> table/grid, some of which are large enough that I would like to expand
> them out of this standard boundary because they would be displayed
> above the layout content and disappear when :hover is not activated.
> 
> Thanks,
> Jack

Don't know out of my head. If the tooltip is absolutely positioned and 
the containing block (for example, another div with position:relative) 
for this absolute positioning is outside of the overflow-div ... but I 
fear the table limits that, since positioning inside a table is 
difficult ... we need an example page.

It depends. Scrollbars on a block inside a browser window with 
scrollbars could be worse than pushing the layout a bit.

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
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