主頁 > 知識庫 > ie6 失真問題

ie6 失真問題

熱門標簽:可以集成到系統(tǒng)的外呼 電話外呼系統(tǒng)怎么找準客戶 400開頭電話在哪辦理 西安公司外呼系統(tǒng)價格 外呼系統(tǒng)隱私 揚州市地圖標注 中國世界文化遺產(chǎn)地圖標注 荊州銷售電銷機器人 電腦外呼系統(tǒng)安裝

問題:

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

<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標簽下面,結(jié)果出現(xiàn)在ie下顯示失真的情況,隱藏輸入框占據(jù)物理空間,在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>

標簽:白銀 貴陽 四川 延安 濟南 阿拉善盟 樂山 錫林郭勒盟

巨人網(wǎng)絡通訊聲明:本文標題《ie6 失真問題》,本文關(guān)鍵詞  ie6,失真,問題,ie6,失真,問題,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ie6 失真問題》相關(guān)的同類信息!
  • 本頁收集關(guān)于ie6 失真問題的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章