Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Thierry Koblentz
> Thank you. I was mostly wondering if there was any known issues with > overflow:hidden; with IE6 and 7. > > This issue existed with the static html pages from the designer that > did validate and an uncompressed stylesheet. > > This site is a CMS system which caused most of the validation err

Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
Thank you. I was mostly wondering if there was any known issues with overflow:hidden; with IE6 and 7. This issue existed with the static html pages from the designer that did validate and an uncompressed stylesheet. This site is a CMS system which caused most of the validation errors. The bigge

Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread David Laakso
Nancy Johnson wrote: > The page is http://www.nhtsa.gov/Vehicle+Safety > > Nancy > > On Fri, May 14, 2010 at 2:47 PM, Nancy Johnson wrote: > >> Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 >> >> div.wrapper >> {margin-bottom:20px;background-image:url(../img/image.png);

Re: [css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
The page is http://www.nhtsa.gov/Vehicle+Safety Nancy On Fri, May 14, 2010 at 2:47 PM, Nancy Johnson wrote: > Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 > > div.wrapper > {margin-bottom:20px;background-image:url(../img/image.png);background-repeat:no-repeat;height:150

[css-d] overflow:hidden not working in IE6 or 7

2010-05-14 Thread Nancy Johnson
Can anyone tell me why the overflow:hidden doesn't work in IE6 or IE7 div.wrapper {margin-bottom:20px;background-image:url(../img/image.png);background-repeat:no-repeat;height:150px;overflow:hidden;} Thanks. __ css-discuss [cs..

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Philippe Wittenbergh
On Mar 3, 2009, at 8:49 PM, Ian Young wrote: > That fixes the overflow, but the cell now shrinks to size of image, > which is > not what we want. No, the cell doesn't shrink. Except maybe sometimes in Firefox 3. I'm not sure why. I think it is a timing issue somehow. Those pages are terrib

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Philippe Wittenbergh
On Mar 3, 2009, at 8:09 PM, Ian Young wrote: > Moving on from yesterday's vertical align div, I have set up code to > vertically align images in a wrapping div. > > That's fine. However, images which are larger than the div and which > normally would be controlled by overflow:hidden, now spill ov

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
> -Original Message- > From: Gunlaug Sørtun [mailto:[email protected]] > Sent: 03 March 2009 11:41 > To: Ian Young > Cc: [email protected] > Subject: Re: [css-d] overflow:hidden and display:table > > Ian Young wrote: > > Moving on from yesterday&#x

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
> > Moving on from yesterday's vertical align div, I have set up code to > > vertically align images in a wrapping div. > > > > That's fine. However, images which are larger than the div and which > > normally would be controlled by overflow:hidden, now spill over. > > > > Any thoughts? > > > > h

Re: [css-d] overflow:hidden and display:table

2009-03-03 Thread Gunlaug Sørtun
Ian Young wrote: > Moving on from yesterday's vertical align div, I have set up code to > vertically align images in a wrapping div. > > That's fine. However, images which are larger than the div and which > normally would be controlled by overflow:hidden, now spill over. They don't spill over

[css-d] overflow:hidden and display:table

2009-03-03 Thread Ian Young
Moving on from yesterday's vertical align div, I have set up code to vertically align images in a wrapping div. That's fine. However, images which are larger than the div and which normally would be controlled by overflow:hidden, now spill over. Any thoughts? http://www.iyesolutions.co.uk/tem

Re: [css-d] overflow:hidden doesn't seem to define block for float

2008-05-29 Thread Satyam
Well, no, unfortunately it doesn't, not in Firefox nor in IE. - Original Message - From: "Philippe Wittenbergh" <[EMAIL PROTECTED]> To: "CSS-D" Cc: "Satyam" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2008 4:10 AM Subject: Re: [css-d] o

Re: [css-d] overflow:hidden doesn't seem to define block for float

2008-05-27 Thread Philippe Wittenbergh
On May 28, 2008, at 1:51 AM, Satyam wrote: > have tried to use floats to arrange several items on the screen. > One of > the floats has a div and that one has floats inside. Though the div > is set > with overflow:hidden, one of the floats inside spills over. > > Actually, it does so in on

[css-d] overflow:hidden doesn't seem to define block for float

2008-05-27 Thread Satyam
I have tried to use floats to arrange several items on the screen. One of the floats has a div and that one has floats inside. Though the div is set with overflow:hidden, one of the floats inside spills over. Actually, it does so in one of the layouts, I use two different layouts for the same

Re: [css-d] overflow:hidden

2007-06-22 Thread Timu EREN
Hi barney, thanks for interesting my problem and i make be happy you'r say i make a vidoe for buggy version and if you want watch you can access on here http://selam.sonsuzdongu.com/projects/kickOff/buggy.mpeg Firefox version is on this video Iceweasel/2.0.0.3 Debian-2.0.0.3-2 Note:

Re: [css-d] overflow:hidden

2007-06-22 Thread Timu EREN
Thank you Barney, i fixed 2 or 3 hour before, problem is on .pane class in favorities-submenu-pane, .pane class is overflow:auto if you want to see bugy version look at here: http://selam.sonsuzdongu.com/projects/kickOff/bugy.html i am fixed in js code and css code on page (index.html) 200

Re: [css-d] overflow:hidden

2007-06-22 Thread Barney Carroll
Buggy? That effect could look really good! Regards, Barney Timu EREN wrote: > Thank you Barney, > i fixed 2 or 3 hour before, problem is on .pane class in > favorities-submenu-pane, .pane class is overflow:auto > > > if you want to see bugy version look at here: > http://selam.sonsuzdongu

Re: [css-d] overflow:hidden

2007-06-22 Thread Barney Carroll
Timu, I am using the newest Firefox and everything looks good. I can see no problems. Regards, Barney Timu EREN wrote: > Hi, > I am try do kickOff menu for web and i am using prototype and script aculo > us, i am finish and this is work fine with ie, opera, safari, and konqueror > bu

[css-d] overflow:hidden

2007-06-21 Thread Timu EREN
Hi, I am try do kickOff menu for web and i am using prototype and script aculo us, i am finish and this is work fine with ie, opera, safari, and konqueror but is not work fine with firefox, i think firefox and overflow:hidden problem with absolute and relative elements or firefox is not

Re: [css-d] overflow:hidden abandons float

2006-09-22 Thread Andy Harrison
On 9/22/06, Manuel Razzari <[EMAIL PROTECTED]> wrote: > Been playing with your problem for an hour and I'd say it's > impossible, because overflow:hidden-ing the text is the same as > floating it, see > http://www.w3.org/TR/CSS21/visuren.html#block-formatting > > What about using javascript to dete

Re: [css-d] overflow:hidden abandons float

2006-09-22 Thread Manuel Razzari
Been playing with your problem for an hour and I'd say it's impossible, because overflow:hidden-ing the text is the same as floating it, see http://www.w3.org/TR/CSS21/visuren.html#block-formatting What about using javascript to determine if the text is taller than the float, and switching between

Re: [css-d] overflow:hidden abandons float

2006-09-22 Thread Arian Hojat
> I've got a scenario where I want to dynamically change the number of > lines of text that are visible, while it wraps around a float. The > problem is that, once I make the overflow property of an adjacent > block "hidden", the float is excluded from the block (i.e., the block > decreases its wid

[css-d] overflow:hidden abandons float

2006-09-22 Thread Andy Harrison
I've got a scenario where I want to dynamically change the number of lines of text that are visible, while it wraps around a float. The problem is that, once I make the overflow property of an adjacent block "hidden", the float is excluded from the block (i.e., the block decreases its width so that