4c8d Css input type button in IE browser

Does css input type button compatible with IE7 browser?

Q: I am having trouble getting my drop down menu to appear in IE7 browser. Does menu compatible with it?

A: Unfortunately, IE browser v.6-8 doesn't support CSS3 standard (support of Css3 was added
in IE v.9).

That's why rounded corners and drop shadows on the sub-menus will not showed correctly in
Internet Explorer v.6-8 browsers.

Actually, you can find this info in overview on our website.

"The dropdown also works on non-CSS3 compatible browsers such as IE7+, but the rounded
corners and shadow will not be rendered."

Also, you should use the DOCTYPE declaration for universal compatibility:

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

Related

 
0