张鑫旭-鑫空间-鑫生活
it's my whole life!提问交流
马贞晓:
给td标签设置了postion:relative 后将其内容div设置为postion:absolute
造成火狐下定位失效,而设置了display:inline-block后IE、chroma及firefox都造成了tabel被撑宽的问题,table不能按原尺寸显示了, http://www.meishiart.com/
我该如何设置啊!请教~~
造成火狐下定位失效,而设置了display:inline-block后IE、chroma及firefox都造成了tabel被撑宽的问题,table不能按原尺寸显示了, http://www.meishiart.com/
我该如何设置啊!请教~~
2012-04-27 23:24HTML/CSS相关
回答(1)
某同行:
http://www.zhangxinxu.com/wordpress/?p=1104
Selectivizr在IE6下面根本没有起作用,而且页面里引用的其他样式都失效了,百思不得其解,不知道你遇到过没?
Selectivizr在IE6下面根本没有起作用,而且页面里引用的其他样式都失效了,百思不得其解,不知道你遇到过没?
2012-04-25 20:52HTML/CSS相关
回答(0)
爱上丁满:
我学的是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)
分类查看
1. 注册可获得问题回答的动态提醒,如果注册遇到什么问题,例如收不到激活邮件,可尝试通过邮件zhangxinxu@zhangxinxu.com联系我;
2. 如果您的问题不是三言两语能够说清楚的,建议通过邮件zhangxinxu@zhangxinxu.com联系我。提问时候尽量详尽,最好有截图、源代码或者demo。我会在第一时间回复您的问题的。