The css3 menu horizontal does not work in IE 7-8. Is there a fix for this?

Q: I'm trying to make a horizontal menu; Works perfectly in Firefox but not with IE 7-8.
Is there a fix for this?

A: Try to add the DOCTYPE declaration for universal compatibility, for example::

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">



css3 menu horizontal should work correctly in this case.

Related