我做了一个aspx页面,本地用的IE6.0显示正常,但在用户那里,他用的是TT浏览器,当页面过长时旁边没有出现竖的滚动条。
这样就无法看到下面的文本。。请教解决办法。赋前台代码,已把具体内容去掉,看起来简单点!
<%@ Page Language="C#" AutoEventWireup="true" Codebehind="Em2dimport.aspx.cs" Inherits="WEB.Edit.Em2dimport" %><%@ Register Assembly="net2Ctrls" Namespace="net2Ctrls" TagPrefix="cc1" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>*****</title>
    <link href="../images/css/md.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" runat="server">
        <div id="divFrame" runat="server">
            <div id="d1top" runat="server">
            </div>
            <div id="d2tools" runat="server"> 
            </div>
            <div id="d3content" runat="server" class="div">
                <div id="d31sheet_serial" runat="server">
                                </div>
                <div id="d33detail" runat="server" class="divp4">                </div>
            </div>
            <div id="d4attach" runat="server">
            </div>
            <div id="d5bottom" runat="server">
            </div>
            <div id="d6hiddenctrl">
        div>
        </div>
        <div>
           div>
        <div id="divContent" style="display: none; position: absolute; z-index: 99999;">
        </div>
        <div id="div1" style="display: none; position: absolute; z-index: 99999;">
        </div>
    </form>
</body>
</html>

解决方案 »

  1.   

    <div id="divContent" style="display: none; position: absolute; z-index: 99999;"> 
            </div> 
            <div id="div1" style="display: none; position: absolute; z-index: 99999;"> 
    是不是两个一样盖上了
      

  2.   

    最主要的CSS没有贴出来,应该是CSS不兼容
      

  3.   

    把tt浏览器乱七八糟的插件和安全设置都关掉!都是IE内核吧,不应该有问题
      

  4.   

    好像是IE内核 你的程序在FF上跑可以不  应该是TT上的乱七八糟的插件   或者你在自己装个TT看看?
      

  5.   

    ="../images/css/md.css"
    CSS代码:{
    text-align:center;
    margin:0;
    }
    .div
    {
    width:780px;
    }
    .divp4
    {
    padding-top:4px;
    font-size: 12px;
    }
    #d121title
    {
    font-size: 16pt;
    font-family: 黑体; 
    text-align:center; 
    padding-top:8px;
    padding-bottom:8px
    }
    #d15bottom
    {
    color: dimgray; 
    border-top: #f58f95 1px dotted; 
    text-align:right; 
    font-size: 12px;
    }#tabhead
    {
    font-size: 12px;
    width: 100%;
    color: green;
    border-bottom: #f58f95 1px dotted;
    }
    /*通用table Style*/
    .tab
    {
    font-size: 12px;
    width: 100%;
    }/*表单单号table*/
    .tabsheetno
    {
    margin-top:4px;
    font-size:12px;
    background-color:#dddddd;
    height:26px;
    width:100%;
    text-align:left;
    }
    .tabsheetnotd1
    {
    background-color:#FEFFEF;
    padding-right:4px;
    text-align:right;
    width:80px;
    }
    .tabsheetnotd2
    {
    background-color:#ffffff;
    padding-left:4px;
    text-align:left;
    }/*第一个table Master*/
    .tabmaster1
    {
    margin-top:4px;
    font-size:12px;
    background-color:#b4cffc;
    width:100%;
    }
    .tabmaster1td1
    {
    background-color:#e7effe;
    padding-right:4px;
    text-align:right;
    height:22px;
    }
    .tabmaster1td2
    {
    background-color:#ffffff;
    padding-left:4px;
    text-align:left;
    }/*第二个table Master*/
    .tabmaster2
    {
    margin-top:4px;
    font-size:12px;
    background-color:#b7dfb3;
    width:100%;
    }
    .tabmaster2td1
    {
    background-color:#e1f2df;
    padding-right:4px;
    text-align:right;
    height:22px;
    }
    .tabmaster2td2
    {
    background-color:#ffffff;
    padding-left:4px;
    text-align:left;
    }/*第三个table Master*/
    .tabmaster3
    {
    margin-top:4px;
    font-size:12px;
    background-color:#ffb99b;
    width:100%;
    }
    .tabmaster3td1
    {
    background-color:#ffede6;
    padding-right:4px;
    text-align:right;
    height:22px;
    }
    .tabmaster3td2
    {
    background-color:#ffffff;
    padding-left:4px;
    text-align:left;
    }/*Preview TD Style*/
    .tdpresheetno1
    {
    width: 80px;
    height: 26px; 
    text-align:center; 
    border:#e0e0e0 1px solid;
    }
    .tdpresheetno2
    {
    padding-left:4px; 
    text-align:left;
    border-top: #e0e0e0 1px solid; 
    border-bottom: #e0e0e0 1px solid;
    }
    .tdpresheetno3
    {
    padding-right:4px;
    text-align:right;
    border-right: #e0e0e0 1px solid; 
    border-top: #e0e0e0 1px solid; 
    border-bottom: #e0e0e0 1px solid;
    }
    .tdpreview1
    {
    height: 26px; 
    width:80px; 
    text-align:center;
    background-color:#f9f9f9;
    border:solid 1px #f58f95;
    }
    .tdpreview2
    {
    padding-left:4px;
    text-align:left;
    width:120px;
    border-bottom:solid 1px #f58f95;
    border-top: #f58f95 1px solid; 
    }
    .tdpreview3
    {
    padding-left:4px;
    text-align:left;
    border-bottom:solid 1px #f58f95;
    border-right: #f58f95 1px solid; 
    border-top: #f58f95 1px solid; 
    }
    .tdpreview4
    {
    width:80px;
    height: 26px; 
    text-align:center;
    background-color:#f9f9f9;
    border-bottom:solid 1px #f58f95;
    border-right: #f58f95 1px solid; 
    border-left: #f58f95 1px solid;
    }
    .tdpreview5
    {
    padding-left:4px;
    text-align:left;
    width:120px;
    border-bottom:solid 1px #f58f95;
    }
    .tdpreview6
    {
    padding-left:4px;
    text-align:left;
    border-bottom:solid 1px #f58f95;
    border-right: #f58f95 1px solid; 
    }
    没看出有什么 影响