[css-d] Trouble with overflow:hidden and absolute hover elements

2010-09-27 Thread mrebentisch
Hi, I have some container for column and formular design. The div container need the overflow:hidden attribute. A label has a CSS hover definition and shows a hidden help information. This bubble help was cut by the parent containers with overflow:hidden definition. The bubble help is absolute

Re: [css-d] Trouble with overflow:hidden and absolute hover elements

2010-09-27 Thread David Laakso
On 9/26/10 12:25 PM, mrebenti...@comparat.de wrote: The bubble help is absolute positioned. Does someone know, how to avoid this kind of clipping? What clipping? I do not see any clipping when viewing what you provided in Mac Firefox/3.6.10. What operating system /browsers/widow widths,

Re: [css-d] Trouble with overflow:hidden and absolute hover elements

2010-09-27 Thread David Hucklesby
On 9/26/10 9:25 AM, mrebenti...@comparat.de wrote: Hi, I have some container for column and formular design. The div container need the overflow:hidden attribute. Alabel has a CSS hover definition and shows a hidden help information. This bubble help was cut by the parent containers with

[css-d] dropdown menu behind content in IE7

2010-09-27 Thread Debbie Campbell
I'm having two issues in IE7 with this WordPress site: http://www.greyrockconcretedesign.com/gallery/ 1) the dropdown menu's subpage links are behind the main content. I've been trying to fix this assuming it's the z-index bug, but haven't got it working yet. 2) the gallery is overlapping

[css-d] Ghost space between DIVs

2010-09-27 Thread Sébastien Fichot
Hi ! I can't figure out why their is a white space between the two last block of my webpage, they are not on the same master div and they act like ghosts !! If the block at right Derniers messages du forum grows, the block Comprendre dotnetnuke rapidement at left is pushed down. ... does anyone

[css-d] grid-type image box layout

2010-09-27 Thread Dudley Barker
Greetings. Been keeping an eye on the digest for a while, now it's my turn to ask for help. Got a two column layout. Column one (left) is static and unchanging over all pages (sorry no url to refer you to). The right hand column varies. Here is the problem. What I would like to achieve is

Re: [css-d] grid-type image box layout

2010-09-27 Thread Stevens, Jacob
I guess your text boxes have inherited padding you haven't figured into your width calculations - meaning there is not enough space for them to sit side by side. Check computed widths in Firebug. - Jacob Stevens -Original Message- From: css-d-boun...@lists.css-discuss.org

Re: [css-d] Ghost space between DIVs

2010-09-27 Thread Christian Kirchhoff
Hello, at the end of div#dnn_ctr414_ModuleContent there is a div.clear that has clear: both; defined in the css. The right column is established by div#dnn_rightSideBar, which has float: right; defined. Now clear: both;will look for any right or left floating element that comes before

Re: [css-d] grid-type image box layout

2010-09-27 Thread David Laakso
On 9/27/10 6:15 PM, Dudley Barker wrote: Got a two column layout. Column one (left) is static and unchanging over all pages (sorry no url to refer you to). The right hand column varies. Here is the problem. Thanks. It will be to your distinct advantage to put a simple test-case on a

[css-d] clearfix without collapsing margins

2010-09-27 Thread Thierry Koblentz
This may interest those who rely on clearfix to contain floats: http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-dem ystified/ -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz __

Re: [css-d] [+] Ghost space between DIVs

2010-09-27 Thread Thierry Koblentz
Hi ! I can't figure out why their is a white space between the two last block of my webpage, they are not on the same master div and they act like ghosts !! If the block at right Derniers messages du forum grows, the block Comprendre dotnetnuke rapidement at left is pushed down. ... does