<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>

    <script src="../jquery132min.js" type="text/javascript"></script>

    <script type="text/javascript">
        var w = $(window).width() - 22;
        var h = $(window).height() + 200;
        w = window.screen.availWidth - 24;
        h = window.screen.availHeight;
        $(function() {
            $("body").css({ overflowX: "hidden" });
            $("#TopDiv").css({ width: w, height: "180px", border: "1px #CCCCFF solid", left: "1px", top: "-180px", position: "absolute", float: "left" });
            $("#LeftDiv").css({ width: "200px", height: h - 186, border: "1px #CCCCFF solid", left: "-200px", top: "180px", marginTop: "6px", position: "absolute", float: "left" });
            $("#MainDiv").css({ width: w - 206, height: h - 186, border: "1px #CCCCFF solid", left: w, top: "180px", marginTop: "6px", marginLeft: "6px", position: "absolute", float: "left" });

            $("#TopDiv").animate({ top: "1px" }, 1000, function() { });
            $("#LeftDiv").animate({ left: "1px" }, 1000, function() { });
            $("#MainDiv").animate({ left: "201px" }, 1000, function() { $("body").css({ overflowX: "" }); });
        });
        function openUrl(obj) {
            $("#iframeMian").attr("src", obj.lang);
        }
    </script>

</head>
<body style="margin: 0px 0px;">
    <div ></iframe>
    </div>
</body>
</html>

相关文章:

  • 2022-02-22
  • 2022-02-08
  • 2022-12-23
  • 2022-02-23
  • 2021-07-26
  • 2022-12-23
  • 2022-01-20
  • 2022-02-24
猜你喜欢
  • 2022-01-13
  • 2021-06-10
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-11-15
相关资源
相似解决方案