asdfasdfasdfasdfsadf

<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 runat="server">
    <title>無題のページ</title>
    <script language="javascript" type="text/javascript">

  var all = 11;
  var hand = null;
  var size = null;
  var moveflg = null;
 
  function upclick() {
    var ctl = document.getElementById("designers");
    var nowtop = parseInt(ctl.style.marginTop);
    if (nowtop == -all * 16 + 64) {
      clearInterval(hand);
      hand = null;
      size = null;
      moveflg = null;
      return;
    }
 
    if (hand != null) {
      return;
    }
   
    size = nowtop - 16;
    moveflg = "up";
    hand=setInterval(moveDiv, 10);
  }

  function moveDiv() {

    var ctl = document.getElementById("designers");
    var nowtop = 0;
    if (moveflg == "up") {

      nowtop = parseInt(ctl.style.marginTop);
      nowtop--;
   
      if (nowtop == size) {
        clearInterval(hand);
        hand = null;
        size = null;
        moveflg = null;
      }

      ctl.style.marginTop = nowtop + "px";
      return;
    }
   
    nowtop = parseInt(ctl.style.marginTop);
    nowtop++;

    if (nowtop == size) {
      clearInterval(hand);
      hand = null;
      size = null;
      moveflg = null;
    }

    ctl.style.marginTop = nowtop + "px";
    return;
  }

  function downclick() {
      var ctl = document.getElementById("designers");
      var nowtop = parseInt(ctl.style.marginTop);
      if (nowtop == 0) {
        clearInterval(hand);
        hand = null;
        size = null;
        moveflg = null;
        return;
      }

      if (hand != null) {
        return;
      }

      size = nowtop + 16;
      moveflg = "do";
      hand = setInterval(moveDiv, 10);
  }

</script>
<style type="text/css">
html,body{margin:0;padding:0}

div#bodyAll {
  left:0px;
  width:1300px;
  padding:0;
  margin:0 auto;
}

div#topBackImage {
  width:100%;
  height:74px;
  padding:0;
  margin:0 auto;
  background-image:url('Img/MSsetiao000.png');
}

div#bodyContainer {
  width:1202px;
  padding:0;
  margin:0 auto;
  margin-top:-74px;
}

div#bodyMidContainer {
  width:900px;
  height:985px;
  padding:0;
  margin:0 auto;
  float:left;
}

div#bodyLeftContainer {
  width:150px;
  padding:0;
  margin:0 auto;
  float:left;
}

div#bodyRightContainer {
  width:150px;
  padding:0;
  margin:0 auto;
  margin-left:20ps;
  float:left;
}

div#topMenu {
  width:100%;
  height:23px;
  padding:0;
  margin:0 auto;
}

input.imgTopMenu {
  height:22px;
  width:99px;
  border-width:0px;
  margin-top:1px;
}

div#dropdownMenu {
  width:100%;
  height:20px;
  padding:0;
  margin:0 auto;
}

div#pageLinkMenu {
  width:100%;
  height:31px;
  padding:0;
  margin:0 auto;
}

input.imgSexMenu {
  height:23px;
  width:68px;
  border-width:0px;
}

div#leftLine {
  width:10px;
  height:985px;
  float:right;
  background-image:url('Img/MSsetiao007.png');
}

div#rightLine {
  width:5px;
  height:985px;
  float:left;
  background-image:url('Img/MSsetiao008.png');
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div id="bodyAll">
  <div id="topBackImage"></div>
  <div id="bodyContainer">
 
    <!-- this part is left of the page. -->
    <div id="bodyLeftContainer">
      <div id="leftLine"></div>
    </div>
 
    <div id="bodyMidContainer">
      <!-- this part is the top menu of the page. -->
      <div id="topMenu">
        <input type="image" class="imgTopMenu" name="btn_T_Shirt" id="btn_T_Shirt" src="Img/MSbiaoqian00_1.png" style="margin-left:380px;" οnclick="return false;"/>
        <input type="image" class="imgTopMenu" name="btn_W_Shirt" id="btn_W_Shirt" src="Img/MSbiaoqian01_1.png" style=" " οnclick="return false;"/>
        <asp:ImageButton ID="btn_Package" runat="server" CssClass="imgTopMenu" ImageUrl="~/Img/MSbiaoqian02_1.png" OnClick="btn_Package_Click" />
        <asp:HiddenField ID="hidSelectType" runat="server" Value="0" />
      </div>
   
      <!-- this part is the top dropdown menu  of the page. -->
      <div id="dropdownMenu">
   
      </div>
   
   
      <!-- this part is the page link of the page. -->
      <div id="pageLinkMenu">
        <table>
          <tr style="height:31px;">
            <td valign="bottom" style="padding-left:20px;" >
              <asp:ImageButton ID="sexMan" runat="server" CssClass="imgSexMenu" ImageUrl="~/Img/MSbiaoqianMEN_1.png" />
              <asp:ImageButton ID="sexWoman" runat="server" CssClass="imgSexMenu" ImageUrl="~/Img/MSbiaoqianWOMEN_1.png" />
              <asp:HiddenField ID="hidSexFlg" runat="server" Value="0" />
            </td>
            <td>
              sadfasdfasdfasdfasdf
            </td>
          </tr>
        </table>
      </div>
    </div>
 

   
    <!-- this part is right of the page. -->
    <div id="bodyRightContainer">
      <div id="rightLine"></div>
    </div>
  </div>
 
</div>
</form>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值