张鑫旭-鑫空间-鑫生活
it's my whole life!提问交流
爱上丁满:
我学的是web前端,现在大三暑假想出去实习,但不知道该怎么找或者说去什么地方好,希望你能给一些建议,谢谢啊 谢谢啊(我是湖北工业大学的学生)、、、
2012-04-13 12:09HTML/CSS相关
回答(1)
某同行:
<html>
<head>
<title>投稿页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.out_box{border:1px solid #ccc; background:#fff; font:12px/20px Tahoma;}
.list_box{border-bottom:1px solid #eee; padding:0 5px; cursor:pointer;}
.focus_box{border-bottom:1px solid #eee; padding:0 5px; cursor:pointer; background:#f0f3f9;}
.mark_box{color:#c00;}
</style>
<script src="mailautocomplete/jquery.mailAutoComplete.js" language="javascript" type="text/javascript"/></script>
</script>
</head>
<body>
<form action="tougao.php" method="post" enctype="multipart/form-data">
<div align="center">
<table width="721" height="336" border="1">
<tr>
<td width="10%" height="23">标题</td>
<td colspan="3" width="90%">
<input name="title" type="text" size="100%" maxlength="30"/>
</td>
</tr>
<tr>
<td height="23" colspan="4"><div align="center">内容</div></td>
</tr>
<tr>
<td height="203" colspan="4"> </td>
</tr>
<tr>
<td height="23" width="10%">邮箱:</td>
<td width="40%" height="23"><input type="text" id="customTest" name="customTest" style="color:#999;" size="28" value="请输入邮箱地址" autocomplete="off" /></td>
<td witdh="*" colspan="2">验证码:</td>
</tr>
<tr>
<td width="100%" height="25" colspan="4">
<div align="center">
<input type="submit" value="提交"/> <input type="reset" value="重置"/>
</div>
</td>
</tr>
</table>
</div>
</form>
<script type="text/javascript">
$("#customTest").mailAutoComplete({
boxClass: "out_box", //外部box样式
listClass: "list_box", //默认的列表样式
focusClass: "focus_box", //列表选样式中
markCalss: "mark_box", //高亮样式
autoClass: false,
textHint: true, //提示文字自动隐藏
hintText: "请输入邮箱地址"
});
</script>
</body>
</html>
你好,就是邮箱自动输入的,不行啊,帮忙看下哪里出错了,谢谢你啊
<head>
<title>投稿页面</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.out_box{border:1px solid #ccc; background:#fff; font:12px/20px Tahoma;}
.list_box{border-bottom:1px solid #eee; padding:0 5px; cursor:pointer;}
.focus_box{border-bottom:1px solid #eee; padding:0 5px; cursor:pointer; background:#f0f3f9;}
.mark_box{color:#c00;}
</style>
<script src="mailautocomplete/jquery.mailAutoComplete.js" language="javascript" type="text/javascript"/></script>
</script>
</head>
<body>
<form action="tougao.php" method="post" enctype="multipart/form-data">
<div align="center">
<table width="721" height="336" border="1">
<tr>
<td width="10%" height="23">标题</td>
<td colspan="3" width="90%">
<input name="title" type="text" size="100%" maxlength="30"/>
</td>
</tr>
<tr>
<td height="23" colspan="4"><div align="center">内容</div></td>
</tr>
<tr>
<td height="203" colspan="4"> </td>
</tr>
<tr>
<td height="23" width="10%">邮箱:</td>
<td width="40%" height="23"><input type="text" id="customTest" name="customTest" style="color:#999;" size="28" value="请输入邮箱地址" autocomplete="off" /></td>
<td witdh="*" colspan="2">验证码:</td>
</tr>
<tr>
<td width="100%" height="25" colspan="4">
<div align="center">
<input type="submit" value="提交"/> <input type="reset" value="重置"/>
</div>
</td>
</tr>
</table>
</div>
</form>
<script type="text/javascript">
$("#customTest").mailAutoComplete({
boxClass: "out_box", //外部box样式
listClass: "list_box", //默认的列表样式
focusClass: "focus_box", //列表选样式中
markCalss: "mark_box", //高亮样式
autoClass: false,
textHint: true, //提示文字自动隐藏
hintText: "请输入邮箱地址"
});
</script>
</body>
</html>
你好,就是邮箱自动输入的,不行啊,帮忙看下哪里出错了,谢谢你啊
2012-04-09 12:09HTML/CSS相关
回答(1)
某同行:
请教一下 下面的b 和 c 在谷歌下的表现为什么不一样?(IE8下面表现一样。)
<div style="border: 1px solid red; height: 200px;">
<div style="border: 1px solid green; float:left; height: 100px; width:50px;">a</div>
<div style="border: 1px solid blue; width:100px;">b</div>
<div style="border: 1px solid blue; width:100px;overflow:hidden;">c</div>
</div>
<div style="border: 1px solid red; height: 200px;">
<div style="border: 1px solid green; float:left; height: 100px; width:50px;">a</div>
<div style="border: 1px solid blue; width:100px;">b</div>
<div style="border: 1px solid blue; width:100px;overflow:hidden;">c</div>
</div>
2012-04-07 09:05HTML/CSS相关
回答(1)
某同行:
请问一下查询的结果修改总页数以后。鼠标要点击两次才生效。怎么解决。如有知道我的邮箱nefwrok@163.com
2012-04-05 16:53HTML/CSS相关
回答(0)
某同行:
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Date对象</title>
<link href="css/reset.css" type="text/css" rel="stylesheet" media="all" />
<style type="text/css">
input{margin:0; padding:0; border:0 none; }
body{ padding:15px;}
.inputT{width:250px; line-height:28px; height:28px;border:10px solid #999; margin-right:1px;}
.buttonT{ height:30px; line-height:28px; border:15px solid #090;}
</style>
</head>
<body>
<input class="inputT" type="text" /><input type="submit" class="buttonT" value="submit">
</body>
</html>
为什么文本框的border增加宽度是向外延伸,而button的边框是像内延伸呢?
<html>
<head>
<meta charset="utf-8">
<title>Date对象</title>
<link href="css/reset.css" type="text/css" rel="stylesheet" media="all" />
<style type="text/css">
input{margin:0; padding:0; border:0 none; }
body{ padding:15px;}
.inputT{width:250px; line-height:28px; height:28px;border:10px solid #999; margin-right:1px;}
.buttonT{ height:30px; line-height:28px; border:15px solid #090;}
</style>
</head>
<body>
<input class="inputT" type="text" /><input type="submit" class="buttonT" value="submit">
</body>
</html>
为什么文本框的border增加宽度是向外延伸,而button的边框是像内延伸呢?
2012-04-05 15:24HTML/CSS相关
回答(2)
某同行:
你好,我在页面中引入了jquery.mobile-1.0.min.js,因为要用到swipe事件,结果虽然可以正常访问,但是这个jquery mobile老是报错,火狐中报错:a.type is not a function,谷歌中报错:Object function (a,b){return new c.fn.init(a,b)} has no method 'type',这个要怎么办呢
2012-04-01 17:35HTML/CSS相关
回答(1)
某同行:
Chrome下这个隐藏图片的css出问题了,博主看看呢
http://www.zhangxinxu.com/study/201203/text-hidden-after-image-zindex-with-background-color.html
http://www.zhangxinxu.com/study/201203/text-hidden-after-image-zindex-with-background-color.html
2012-04-01 14:52HTML/CSS相关
回答(1)
分类查看
1. 注册可获得问题回答的动态提醒,如果注册遇到什么问题,例如收不到激活邮件,可尝试通过邮件zhangxinxu@zhangxinxu.com联系我;
2. 如果您的问题不是三言两语能够说清楚的,建议通过邮件zhangxinxu@zhangxinxu.com联系我。提问时候尽量详尽,最好有截图、源代码或者demo。我会在第一时间回复您的问题的。