David Laakso wrote:
> Gunlaug Sørtun wrote:
>> David Laakso wrote:
>>
>>> <http://chelseacreekstudio.com/ca/cssd/h-nav.html>
>>
>>> Both browsers collapse the nav vertically and neither honor
>>> border-top on  ul li a .
>>
>> Try the combination of...
>>
>> #n ul li a {
>> display: -moz-inline-box;
>> display : inline-block;
>> }
>>
>> regards
>>     Georg
>
>
> Your correction is on my server. Fixed Camino/SeaMonkey. IE/8 holds 
> and is fine. Fix for Camino/Safari now collapses IE 6/7. However, I 
> should be able to hide same from IE 6/7 :-P .
>
> Thank you, Georg.
>
> ~d



Holy cow! IE/6 and IE/7 are fine after all...

The dummy on this end sent up:
#n ul li a {
display: -moz-inline-box;
display : -inline-block;
}

Its been corrected to:
#n ul li a {
display: -moz-inline-box;
display : inline-block;
}


~d







>
>
>
>
>
>
>

______________________________________________________________________
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