滑鼠移動現實二級菜單

來源:互聯網
上載者:User

標籤:weight   nbsp   play   line   javascrip   div   style   rip   splay   

*{ margin:opx auto; padding:0px;}

 #leibie{ width:500px; height:36px; border:1px solid #03F;}

 .yuyan{ float:left; width:100px; height:36px; text-align:center; line-height:36px; vertical-align:middle; font-weight:bold;}

  .yuyan:hover{ cursor:pointer; background-color:#96C; color:white;}

 #yuyan2{ width:100px; height:100px; position:relative; top:36px; left:-100px; background-color:#0F0; display:none}

 #yuyan3{ width:100px; height:100px; position:relative; top:36px; left:-100px; background-color:#FF0; display:none}

 #yuyan4{ width:100px; height:100px; position:relative; top:36px; left:-100px; background-color:#0FF; display:none}

 #yuyan5{ width:100px; height:100px; position:relative; top:36px; left:-100px; background-color:#F00; display:none}

       </style>

<body>

<div id="leibie">

  <div class="yuyan" onmouseover="xianshi(‘yuyan2‘)" onmouseout="yincang(‘yuyan2‘)">.net</div>

    <div style="float:left; width:0px">

        <div id="yuyan2"></div>

        </div>

  <div class="yuyan" onmouseover="xianshi(‘yuyan3‘)"onmouseout="yincang(‘yuyan3‘)">java</div>

    <div style="float:left; width:0px">

        <div id="yuyan3"></div>

        </div>

  <div class="yuyan" onmouseover="xianshi(‘yuyan4‘)" onmouseout="yincang(‘yuyan4‘)">php</div>

    <div style="float:left; width:0px">

        <div id="yuyan4"></div>

        </div>

  <div class="yuyan" onmouseover="xianshi(‘yuyan5‘)" onmouseout="yincang(‘yuyan5‘)">IOS</div>

    <div style="float:left; width:0px">

        <div id="yuyan5"></div>

        </div>

</div>

</body>

<script type="application/javascript">

function xianshi(d)

{

 var aa = document.getElementById(d);

  aa.style.display = "block";

}  

function yincang(d)

  {   

var aa = document.getElementById(d)

   aa.style.display="none";

   }  

</script>

滑鼠移動現實二級菜單

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.