Home >Web Front-end >HTML Tutorial >I have a problem in IE8/9. Please help me find out what's going on_html/css_WEB-ITnose
Why are there two rows in the navigation on the Polytechnic University employment website in IE8 and IE9? Other browsers seem to be normal. Please help me find out the reason:
Website: http://scc.whut.edu.cn/
It’s too messy under IE9. Adjust it slowly. Pay special attention to float and other styles. For example, the area under the login page runs to the right because of float:left;. If it is arranged vertically, clear: both;
The problem has been solved, it was caused by nesting of from. If you do it with net, there will be multiple froms, and then there will be another from
when you submit it. Thank you!