为了账号安全,请及时绑定邮箱和手机立即绑定

我的“猜猜我是啥”怎么也都隐藏了?

我的“猜猜我是啥”怎么也都隐藏了?

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

.box{

margin:0 auto;

border:1px solid #ccc;

width:320px;

padding-left:10px;

}

.tipCon{

position:fixed;

right:0;

bottom:0;

width:400px;

height:300px;

}

.tipCon #closeBtn{

background:url(img/icon.jpg) no-repeat -399px -19px;

width:16px;

height:16px;

position:absolute;

top:5px;

right:5px;

}

.tipCon #closeBtn:hover{

background-position:-343px -19px;

}

.show{

display:block;

}

.hide{

display:none;

}

</style>

<script>

window.onload=function(){

var $=function(id){

return document.getElementById(id)

}

$("clickMe").onmouseover=function(){

$("clickMe").className='show';

$('showPic').className='show';

}

$('closeBtn').onclick=function(){

$("clickMe").className='hide';

$('showPic').className='hide';

}

}

</script>

</head>

<body>

<div class="box">

昵称:<input type="text" value="admin"><br>

密码:<input type="password" value="1234"><br>

邮箱:<input type="text" value="admin">

<select>

<option selected="selected">pp.com</option>

<option>2311</option>

<option>645646</option>

</select><br>

性别:<input type="radio" name="xb" value="boy" checked="checked">男<input type="radio" name="xb" value="girl">女<br>

兴趣:<input type="checkbox" checked="checked">旅游<input type="checkbox" >摄影<input type="checkbox" checked="checked">运动<br>

个人介绍:

<textarea rows="8" cols="40">毛扇指千阵,铁马踏冰河</textarea>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="button" value="注册"><br>

上传个人照片:<br>

<input type="file" value="选择文件">

</div>

<div class="tipCon" id="tipCon">

<div class="clickMe" id="clickMe">

猜猜我有啥?

<a href="javascript:void(0)" id="closeBtn"></a>

</div>

<div class="showPic" id="showPic"><img src="img/snow.gif" /></div>

</div>

</body>

</html>


正在回答

2 回答

你的引号有问题

0 回复 有任何疑惑可以回复我~
#1

慕数据5775487 提问者

哪里的双引号有问题?
2016-12-08 回复 有任何疑惑可以回复我~

你看看

$("clickMe").onmouseover=function(){

$("clickMe").className='show';

$('showPic').className='show';

}

$('closeBtn').onclick=function(){

$("clickMe").className='hide';

$('showPic').className='hide';

}

这段,将引号统一一下


0 回复 有任何疑惑可以回复我~
#1

慕数据5775487 提问者

应该不影响吧
2016-12-08 回复 有任何疑惑可以回复我~
#2

keenli9906366 回复 慕数据5775487 提问者

那就是你的id传错了,你看看逻辑对不对?
2016-12-14 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
网页广告特效
  • 参与学习       40178    人
  • 解答问题       130    个

原来这么EASY,从浅到深,逐步优化代码,让你深入理解

进入课程

我的“猜猜我是啥”怎么也都隐藏了?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信