• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    ie6 失真问题

    问题:

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

    上一篇:HTML iframe 用法总结收藏
    下一篇:关闭IE启用图片工具列
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    ie6 失真问题 ie6,失真,问题,ie6,失真,问题,