Gunlaug_Sørtun wrote:

> Alan Gresley wrote:

>> Well hasLayout, the float bugs, the margins bugs, Sticky hover bug, 
>> Guillotine bug, Escaping float bug, Peekaboo bug, Relative position 
>> bug and z-index stacking order bugs are all fix. Hooray!
>> 
>> <http://css-class.com/test/css/visformatting/layers/z-index.htm>
> 
> Some stacking bugs reported over at [WSG]...
>
> <http://tjkdesign.com/test/ie8/links.asp>


That the same issue as I'm having with my menu.

<http://css-class.com/articles/ursidae/bears5ddh-kbaccess.htm>

It is similar as with IE6 requiring hasLayout and display:block on anchors to 
make the whole anchor area click-able. This is not happening with my other 
menus. Even my new templates navigation anchors are showing ok. I don't think 
this is a stacking error as per se but due to something deeper.


>> Parsing of the non-valid import filters is fixed.
>> 
>> <http://css-class.com/test/css/selectors/ie/import-hacks.htm>
>> 
>> Goerg, you use this filter don't you :-)
> 
> Yes, so I shouldn't have to worry about IE8 picking up IE7 styles. How
> does it handle that filter if rolled back to IE7 ?


I don't understand what you mean by "How does it handle that filter if rolled 
back to IE7?" I see that my band pass filter works.

<!--[if IE 8]>

<style type="text/css">

/*\*//*/
@import url("../cssscript/test-ie8.css");
h1 {background:red;}
/**/

</style>

<![endif]-->


http://css-class.com/test/beta-0-1-band-pass-filter.htm

IE8 is rendering the page better since it's using my IE7 and IE/Mac rules, but 
the display:table has just ruin my header area. Bruno, I tried to half the 
height of the header but that didn't work. :-)


>> This also shows why I need my IE/Mac band pass filter to remain 
>> in-tacked :-)
> 
> Sounds like I only have to add the '* html' filter to all my IE/mac
> rules, to make sure IE8 can't pick up any styles (in standard mode) even
> if it does pick up the band pass filtered IE/Mac stylesheet.


Sorry Georg, but you are using a xml prolog like myself, and this is throwing 
IE8 into quirks mode.

http://css-class.com/test/css/selectors/ie7hacktargetingopera4.htm


> BTW: how does IE8 beta1 handle all these @import hacks...
> 
> <http://www.gunlaug.no/contents/wd_chaos_20.html>


IE8 now parses them correctly. Some good news.

> ....not to mention these...
> 
> <http://www.gunlaug.no/contents/wd_chaos_27.html>
> <http://www.gunlaug.no/contents/wd_chaos_28.html>


The line is yellow in both, IE8 fails.

> ....?
> 
> regards
>       Georg


Anyway once you install this IE8 beta, IE7 suddenly disappears from the system. 
I'm just glad they have this little new [7] button to toggle to IE7 mode but 
you have have to close IE8 first for it to work. How can I use the button if 
the IE8 has to close. Shaking my head in disbelief. LOL. Am I undertsanding 
this wrong.

....? yes indeed many questions, give me some time to figure this out.


Alan

http://css-class.com/

______________________________________________________________________
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