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

首頁 > 編程 > HTML > 正文

ie6 失真問題

2024-08-26 00:11:02
字體:
來源:轉載
供稿:網友

問題:

<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}">
<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>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 西和县| 夏河县| 家居| 广昌县| 洛浦县| 温泉县| 江门市| 孝义市| 思南县| 花莲市| 宾阳县| 天津市| 丰城市| 修水县| 木兰县| 泊头市| 故城县| 赤城县| 平定县| 巴里| 青川县| 利津县| 屏东市| 安吉县| 阳原县| 阜阳市| 德格县| 鄯善县| 永康市| 南丰县| 利辛县| 梁平县| 鄱阳县| 沅陵县| 专栏| 大余县| 翁源县| 周至县| 卢氏县| 安西县| 枣强县|