国产探花免费观看_亚洲丰满少妇自慰呻吟_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}">

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

圖片精選

主站蜘蛛池模板: 许昌市| 天祝| 玛多县| 永新县| 凌海市| 岳西县| 宁波市| 建平县| 大渡口区| 长海县| 普格县| 镇江市| 中江县| 河源市| 德庆县| 永城市| 兴业县| 黎川县| 阿巴嘎旗| 栾城县| 纳雍县| 明水县| 鹿泉市| 准格尔旗| 溧水县| 化德县| 巴彦淖尔市| 禄劝| 铁力市| 应城市| 聂拉木县| 长治县| 柳林县| 崇文区| 屏边| 将乐县| 资阳市| 公安县| 祁门县| 浠水县| 利津县|