Re: FN-FORUM: Sitecheck - Updating my website - using CSS
date posted 13th March 2008 16:39
On 13 Mar 2008, at 17:45, Lee Rickler wrote:
>> IE8 beta, as I said is fully standards compliant.
I know it passes the Acid2 test, but something's not right with it,
because hacks to get IE6 working like:
div.headline{
position: relative;
height: 37px;
min-height: 37px;
border: none;
padding: 1px 0 0 0;
}
html>body div.headline{height: auto;}
don't work in IE8
I can only assume that it's not seeing the html>body declaration like
a good browser should...
and I haven't had time to check it for sure.
;(