Gunlaug Sørtun wrote:
> David Laakso wrote:
>
>   
>>>> This page <http://davidlaakso.com/> is a no-show in mac/ie5.2 
>>>> according to browsercam [...]
>>>>         
>> Looks as though I need to hide the page from mac/ie5.2.
>>     
>
> Not at all :-)
>
> Just add...
>
> /*\*//*/
> * html body #content {display: block;}
> /**/
>
>
> The long '* html body' selector is just for adding specificity - in case
> it's needed. I didn't (want or need to) look at your stylesheet ;-)
>
>       Georg
>   
Thanks Georg. Philippe suggested, off-list, hiding only display: 
table-cell; , rather than all styles. I did so using:
@media screen {
#content {display:table-cell; }
}
The page is in position now, and is no longer dropping below the fold, 
in mac/ie5.2 according to browsercam.
<http://www.browsercam.com/public.aspx?proj_id=263699>
The initials need tweaking, but this is a minor problem.
Thanks, all!
Best,
david





-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to