第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

js下拉菜單

js下拉菜單

笑儺 2018-08-01 21:25:09
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>? <head>? ? <base href="<%=basePath%>">? ??? ? <style type="text/css">? ? html,body{ ? ? width:100%; ? ? height:100% ? ? padding:0;? ? ? ? ? ? margin:0; } body{ background:url(${pageContext.request.contextPath}/image/login.png); background-size:100%; } #tite{ width:94%;height:13%; background-color:rgba(0,0,0,0.1); margin:10 auto; border-radius:10px; } #caidan{ width:20%; background-color:rgba(0,0,0,0.1); border-radius:10px; float:left; margin-left:3%; } ul{? ? ? ? ? ? list-style: none;? ? ? ? ? } li{ margin:30px 20px; } ul li{? ? ? ? ? ? ?text-decoration:none;? ? ? ? ? ? ?width: 100px;? ? ? ? ? ? ?height: 50px;? ? ? ? ? ? ?border-radius:10px;? ? ? ? ? ? ?text-align: center;? ? ? ? ? ? ?line-height: 50px;? ? ? ? ? ? ?background-color:rgba(0,0,0,0.2);? ? ? ? ? ? ?color:#97FFFF;? ? ? ? ?} </style> <!-- 下拉菜單 --> <script type="text/javascript"> window.onload=function(){ function Show(id) { var z = document.getElementById(id); if(z.style.display=="block") { z.style.display="none"; } else {     z.style.display="block";   } }}</script>? ? <title>中國銀行</title>? ?? <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="expires" content="0">? ?? <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="This is my page"> <!-- <link rel="stylesheet" type="text/css" href="styles.css"> -->? </head>??? <body> <div id="tite"> <span style="font-size:50px">中國銀行</span> <span style="position:absolute;left:90%;top:10%">歡迎您,${username}</span> </div> <div id="caidan"> <ul> <li onclick="Show(z1)">下拉菜單? ? ? ? ? <ul id="z1"> ? ? ? ? ? ? <li>下拉菜單</li> ? ? ? ? <li>下拉菜單</li> <li>下拉菜單</li>? ? ? ? ? ? </ul>? ? ? ? ? ? </li> ? ? ? ? <li>下拉菜單</li> ? ? ? ? <li>下拉菜單</li> </ul> </div>? </body></html>大佬們看看我這有什么問題嗎,下拉菜單重疊在一起了
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 883 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號