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

2009-03-20 Thread shaf
I only know one Maurico. Did you attend GMU in Fairfax Virginia?

Shaf



>> 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 bottom of the page
>
>
>> 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. 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:
>>> <http://www.chelseacreekstudio.com/ca/cssd/bol.htm>
>>> Centering it was left to you...
>>>
>>>
>> __
>> 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/
>
> __
> 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/
>


__
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/


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.


__
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/


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 bottom of the page


> 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. 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:
>> <http://www.chelseacreekstudio.com/ca/cssd/bol.htm>
>> Centering it was left to you...
>>
>>
> __
> 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/ 

__
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/


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. 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:
> 
> Centering it was left to you...
>
>
__
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/


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:

Centering it was left to you...

__
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/


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 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 daily, and has been for many years, with questions such
> as yours regarding all versions of IE and their lack of CSS support compared
> with compliant browsers.
> Your page and the float drop seemed to respond to IE/6s fix for its margin
> doubling bug [2]. Someone else on the list might have provided a different
> workaround. IE is notorious for its hundreds of weird bugs and oddities [3].
>
> [1] 
> [2] 
> [3] 
>
__
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/


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 daily, and has been for many years, with 
questions such as yours regarding all versions of IE and their lack of 
CSS support compared with compliant browsers.
Your page and the float drop seemed to respond to IE/6s fix for its 
margin doubling bug [2]. Someone else on the list might have provided a 
different workaround. IE is notorious for its hundreds of weird bugs and 
oddities [3].

[1] 
[2] 
[3] 
__
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/


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 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
>>
>>
>>
>
>
> * html #mainContent {display:inline;}
> Snaps it in place. Too wide. Tweaking the margins may be needed as well.
>
> --
>
> A thin red line and a salmon-color ampersand forthcoming.
>
> http://chelseacreekstudio.com/
>
>
__
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/


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
>
>   


* html #mainContent {display:inline;}
Snaps it in place. Too wide. Tweaking the margins may be needed as well.

-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

__
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/


[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
__
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/