Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread shaf
quot;ray" > Para: > Enviada em: sexta-feira, 20 de março de 2009 11:00 > Assunto: Re: [css-d] box goes down the bottom of the page > > >> Great! It works like a charm. Just add a style: >> * html #mainContent { >>display:inline; >> } >> Why this l

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread David Laakso
ray wrote: > Great! It works like a charm. Just add a style: > * html #mainContent { > display:inline; > } > Why this line so magic? Can you give me some hint? Thank you very much! > The star-html hack feeds a specific correction rule within a selector only to IE/6 and down browsers. ___

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread Mauricio (Maujor) Samy Silva
> Why this line so magic? Can you give me some hint? Have a look at: http://www.positioniseverything.net/explorer/doubled-margin.html Maurício -Mensagem Original- De: "ray" Para: Enviada em: sexta-feira, 20 de março de 2009 11:00 Assunto: Re: [css-d] box goes down the

Re: [css-d] box goes down the bottom of the page

2009-03-20 Thread ray
Great! It works like a charm. Just add a style: * html #mainContent { display:inline; } Why this line so magic? Can you give me some hint? Thank you very much! On Fri, Mar 20, 2009 at 12:22 AM, David Laakso wrote: > ray wrote: > >> It seems it is not because the double margin bug of IE6. Bec

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread David Laakso
ray wrote: > It seems it is not because the double margin bug of IE6. Because the the > floated boxes have no margin at all. > > Thanks > > http://www.soundbowl.com on IE6. Someone else may provide a better working solution for the center panel float drop than this in IE/6:

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread ray
It seems it is not because the double margin bug of IE6. Because the the floated boxes have no margin at all. Thanks On Thu, Mar 19, 2009 at 9:19 PM, David Laakso wrote: > ray wrote: > >> Thank for your reply. But why this page look good on FF and IE7? >> >> >> >> >>> http://www.soundbowl.com on

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread David Laakso
ray wrote: > Thank for your reply. But why this page look good on FF and IE7? > > > >>> http://www.soundbowl.com on IE6. Because compliant browsers, and to a lessor extent, IE/7 support more of the CSS 2.1 specifications[1]. IE/6 is hopelessly stuck in the dark ages. This list is filled dai

Re: [css-d] box goes down the bottom of the page

2009-03-19 Thread ray
Thank for your reply. But why this page look good on FF and IE7? On Wed, Mar 18, 2009 at 8:35 PM, David Laakso wrote: > ray wrote: > >> Hi, All >> >> Please check http://www.soundbowl.com on IE6. You'll found that the main >> content goes down the bottom of the page. It's OK on IE7 and FF. I foun

Re: [css-d] box goes down the bottom of the page

2009-03-18 Thread David Laakso
ray wrote: > Hi, All > > Please check http://www.soundbowl.com on IE6. You'll found that the main > content goes down the bottom of the page. It's OK on IE7 and FF. I found > this kind of problem on IE6 for many times. It must be caused by a bug of > IE6. Can somebody give me some hint? > > Thanks

[css-d] box goes down the bottom of the page

2009-03-18 Thread ray
Hi, All Please check http://www.soundbowl.com on IE6. You'll found that the main content goes down the bottom of the page. It's OK on IE7 and FF. I found this kind of problem on IE6 for many times. It must be caused by a bug of IE6. Can somebody give me some hint? Thanks _