> Did the original poster state he wasn't able to use JavaScript at all? > If not, then perhaps a minimalist JS approach - something like the > superfish or suckerfish script, to essentially fake the :hover pseudo on > elements other than <a> tags.
I agree that the use os Js may easier the job, in addcition, if a Js Framework get use it should work fine on every browser. But sometimes it's just better to do the job with just CSS (to keep the page lighter, to make it compatible with non-js capable browsers, to make it w3c xompliant, etc). > Ah-ha, yeah I missed the fact it relied on the <a>'s. Although the > suggestion would work - it just wouldn't work in IE6. But i don't think your suggestion would work anyway. As far as i know, Hover events can be applied only to the hovered or nested elements. --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
