question: <input type="hidden" name="sortBy" id="sortBy" value="${sortBy}"> below <form...> occupies a physical position. The code is as follows: <form name="header_product_search_form" method="post" id="header_product_search_form" action="${ctxPath }/products/productsSearch.html?doAction=productSearchAction"> .............. .............. </form> As shown above, the red hidden input box is directly below the form tag, resulting in distorted display in IE. The hidden input box occupies the physical space, leaving a blank space in IE. It displays normally in Firefox. Solution: Put the hidden input box at the end of the form tag, that is, above </form>, and it will display normally in IE. The code is as follows: <form name="header_product_search_form" method="post" id="header_product_search_form" action="${ctxPath }/products/productsSearch.html?doAction=productSearchAction"> .............. .............. </form> |
<<: Pure CSS3 mind map style example
>>: Vue implements the full selection function
Node.js solves the problem of Chinese garbled cha...
reason The mysql version that nacos's pom dep...
About Event: MySQL 5.1 began to introduce the con...
Table of contents Preface 1. Linux changes the yu...
Introduction <br />Not everyone has access t...
The use of ElementUI paging component Pagination ...
This article shares the specific code of jQuery t...
This article example shares the specific code of ...
Recently, I learned about the Vue project and cam...
[Required] UserInterface PhotoShop/Fireworks Desi...
An error message appears when MySQL is started in...
NProgress is the progress bar that appears at the...
Table of contents 1. Introduction 2. Main text 2....
1. Network Optimization YSlow has 23 rules. These...
Table of contents Step 1: Log in as root user. St...