4810 Css button generator submenus do not appear in IE

Css button generator submenus do not appear in IE

Q: It works fine in other browsers, but NOT in IE. The submenus do not appear.

A: Please, try to add the doctype declaration for universal compatibility:

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

Notice, it should be the first line above all the code on your page.

Related

 
0