|
|
 |
Re: FN-FORUM: CSS tutorials
date posted 12th March 2008 13:32
On 12 Mar 2008, at 14:41, Anthony Cartmell wrote:
>
>> my tests with the beta show it to break several perfectly good CSS
>> layouts, I think it's reading a hack for height and not behaving
>> the way IE6 used to...
>
> You aren't sending IE6 "fixes" are you? Just fix your CC so you
> don't send any fixes to IE8, then add any fixes for IE8 as required.
Pre CC days sadly
when this:
div.headline{
position: relative;
height: 37px;
min-height: 37px;
border: none;
padding: 1px 0 0 0;
}html>body div.headline{height: auto;/*reset fixed height for good
browsers*/
}
was a perfectly good hack.
I've yet to spend time on why IE7 works and IE8 doesn't....
;o)
|
 |
|