Some of the oddness can use experienced here: http://thomthom.net/storage/markup/html/sitenav/ In IE8 the drop down menu of the red nav bar will hide when the cursor moves over the menu where the headers are below.

Also, the table of content will not drop down.
In my CSS code for the TOC I have
#toc:hover,
#toc:target
{
 height: auto;
}

however, if I remove #toc:target and only have
#toc:hover
{
 height: auto;
}
Then it works fine.

And you will also see that the tr:hover activates differently from other browsers.


----- Original Message ----- From: "Mike at Green-Beast.com" <[EMAIL PROTECTED]>
To: <wsg@webstandardsgroup.org>
Sent: Wednesday, March 05, 2008 11:01 PM
Subject: Re: [WSG] IE8 news


Hi Thomas,

One thing I noticed was some oddness with :hover behaviour

I remember when IE7 came out (RC1 I think) I had to add [1] a:hover {} to the head of my documents else it didn't work at all. I added it within my @import statement with empty braces, like this:

<style type="text/css" media="screen">
@import "mystylesheet.css"; a:hover { }
</style>

I really have top wonder if this is more of the same. What "oddness" are you seeing?

I can't say I'll be installing it too soon. I did that with 7 and it just led to a bunch of changes (bug fixes) that I didn't need to make by the time RC2 came out.

Cheers.
Mike


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to