国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > HTML > 正文

ie6 失真問題

2019-10-26 17:24:22
字體:
來源:轉載
供稿:網友

問題:

<form...>下面的<input type="hidden" name="sortBy" id="sortBy" value="${sortBy}">占據物理位置的情況,代碼如下:

<form name="header_product_search_form" method="post" id="header_product_search_form" action="${ctxPath }/products/productsSearch.html?doAction=productSearchAction">
<input type="hidden" name="headSearchCategoryPath" id="headSearchCategoryPath" value="${categoryPath }">
<input type="hidden" name="headSearchAttributePath" id="headSearchAttributePath" value="${headSearchAttributePath }">
<input type="hidden" name="attributePathInputValue" id="attributePathInputValue" value="${attributePathInputValue}">
<input type="hidden" name="PrmItemsPerPage" id="PrmItemsPerPage" value="${pagingBean.itemsPerPage}">
<input type="hidden" name="PrmPageNo" id="PrmPageNo" value="${pagingBean.currentPage}">
<input type="hidden" name="PrmTotalItems" id="PrmTotalItems" value="${pagingBean.numberOfItems}">
<input type="hidden" name="PrmTotalPages" id="PrmTotalPages" value="${pagingBean.numberOfPages}">
<input type="hidden" name="sortBy" id="sortBy" value="${sortBy}">

..............

..............

</form>

如上,紅色的隱藏輸入框直接在form標簽下面,結果出現在ie下顯示失真的情況,隱藏輸入框占據物理空間,在ie里留下空白的部分。而在Firefox下顯示正常。

解決方法:

把隱藏輸入框放在form標簽的最后面,即在</form>之上,ie下顯示即可恢復正常。代碼如下:

<form name="header_product_search_form" method="post" id="header_product_search_form" action="${ctxPath }/products/productsSearch.html?doAction=productSearchAction">

..............

..............
<input type="hidden" name="headSearchCategoryPath" id="headSearchCategoryPath" value="${categoryPath }">
<input type="hidden" name="headSearchAttributePath" id="headSearchAttributePath" value="${headSearchAttributePath }">
<input type="hidden" name="attributePathInputValue" id="attributePathInputValue" value="${attributePathInputValue}">
<input type="hidden" name="PrmItemsPerPage" id="PrmItemsPerPage" value="${pagingBean.itemsPerPage}">
<input type="hidden" name="PrmPageNo" id="PrmPageNo" value="${pagingBean.currentPage}">

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 新丰县| 简阳市| 淮阳县| 金阳县| 武汉市| 崇阳县| 嫩江县| 五峰| 平顶山市| 株洲县| 安徽省| 台东县| 宝应县| 南雄市| 九江县| 亳州市| 曲麻莱县| 多伦县| 河东区| 抚远县| 武乡县| 阿拉善盟| 镇安县| 新和县| 长沙市| 无棣县| 象山县| 呼图壁县| 开封市| 易门县| 瑞昌市| 潼南县| 南阳市| 绥宁县| 海原县| 西乌珠穆沁旗| 临清市| 吉木萨尔县| 江安县| 扎鲁特旗| 山东|