Menu list compatible with IE6/IE7?

Menu td:hover ul will work in IE7+ if your page is in Standards Mode.

Menu td:hover ul will work in IE7+ if your page is in Standards Mode. To make your page use Standards Mode, add a proper doctype as the very first line, such as: Unfortunately, this won't fix IE6 because that version only supports :hover on a elements. To fix IE6 (and the other versions of IE if you can't add a doctype and your page must remain in Quirks Mode), you should use this JavaScript fix: peterned.home.xs4all.nl/csshover.html Most modern browsers support the :hover selector for any html element.

This is cool, because it enables you to, for instance, apply a mouseover effect to table rows using only CSS. IE however, has an erratic support for :hover at best, depending on the particular version your visitor is using. Whatever:hover is a small script that automatically patches :hover, :active and :focus for IE6, IE7 and IE8 quirks, letting you use them like you would in any other browser.

Thank you! Your instructions are very clear. :-) – ti-pihug Jun 9 at 14:09.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions