日期:2014-05-16  浏览次数:20824 次

DIV+CSS在IE7下显示不正常
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MonitorOutListQuery.aspx.cs" Inherits="WTGS.ZHJC.Web.Toll.MonitorOutListQuery" %>

<%@ OutputCache Location="None" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <script src="../JS/Public.js" type="text/javascript"></script>
    <script src="../JS/Calendar.js" type="text/javascript"></script>    
    <script src="OutListQuery.js" type="text/javascript"></script>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"/>
    <link href="../Css/Style.css" rel="stylesheet" type="text/css" />

    <style  type="text/css">

        .msg_container {
            display:inline-block;
            font-family: 微软雅黑;  
            font-size:12px;
            height:27px;
            min-width:430px;
            width:430px;
            *display:inline;
        }
        .msg_container>label{
            display:inline-block;
            width: 120px;
            text-align:right;
             *display:inline;
        }
        #wCkl_UserType>label{
            margin-right:5px;
        }
        .syTitle {
            display:block;
            font-family: 微软雅黑;  
            font-size:12px;
            line-height:24px;
        }
        .btn_container {
            text-align:center;
        }
        .msg_block {
            display:block;
            width:1320px;
            height:auto;
        }
        .special-div{