[thelist] browser check: http://TheMiracleMorning.com/

David Laakso david at chelseacreekstudio.com
Mon Mar 8 18:08:55 CST 2010


Joel D Canfield wrote:
> On Mon, Mar 8, 2010 at 3:33 PM, David Laakso
> <david at chelseacreekstudio.com>wrote:
>
>   
>> I have no clue what you are talking about.  The code I sent (below) is the
>> star html hack seen only by IE/6 and has absolutely nothing whatsoever to do
>> with what may or may not be happening in Chrome.
>>
>>     
>
> see, I just knew if we talked a bit, I'd finally sort it out.
>
> earlier, when I was wondering what I was missing—it was the entire star hack
> concept. asterisks are often invisible to me (long story about reading
> habits left out) so what I saw was simply some CSS, not the useful code you
> sent, which I should have implemented verbatim (vercharacterim?)
>
> which I've now done, with, of course, no damage to pretty new browsers, and,
> hopefully, happy results for IE6.
>
> joel
>   


We'r e getting their, slowly. Your uri is <http://themiraclemorning.com/>
And IE/6.0 is more or less good to go.
Now to worry about is IE/7.0.
Same fix different hack.
Mind the order. Or it may not work properly. *Name of game: cut and 
paste -- the whole thing -- all of 18 lines of it it:*

/* hack 4 IE/7.0 */
*:first-child+html #content {
width:768px;
}
*:first-child+html #maincontent {
display: inline;
float:right;
margin:8px 10px 0 auto;
}
/* hack 4 IE/6.0 */
* html #content {
width:768px;
}
* html #maincontent {
display: inline;
float:right;
margin:8px 10px 0 auto;
}

Best,

~d


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/



More information about the thelist mailing list