On 1/31/06, Tony Crockford <[EMAIL PROTECTED]> wrote: > for example most of my recently created sites no longer have any link > hover effects in IE7
When I saw this, it worried me a lot because we have a site[1] that relies heavily on :hovers for functionality. Sure enough, nothing worked in IE 7. After some playing around w/ an example page, I've found that if the style sheet is @imported as opposed to embedded or linked, IE 7 completely loses the hover pseudoclass. Examples: Linked stylesheet: http://apps.cpe.ky.gov/temp_docs/kyvl/kids/hovertest_linked.htm Embedded style block: http://apps.cpe.ky.gov/temp_docs/kyvl/kids/hovertest_embedded.htm @imported stylesheet: http://apps.cpe.ky.gov/temp_docs/kyvl/kids/hovertest_imported.htm On each test page, mouse over the bordered KYVL logo to see it in action. I can only imagine that this is a bug that will be cleared up by the final version. :-) --------------- References [1] http://www.kyvl.org/html/kids/portal.html -- Bryce Fields www.royalrodent.com "Do or do not! There is no try!" -- Yoda DISCLAIMER: All opinions expressed herein are mine, except for the ones I stole. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
