我这样还是在左上方啊
<div style="pisition: fixed">
<input type="button" value="Send">
</div>
我的不对,应该是怎样的啊?还需要用js控制吗?大家说说怎么弄的。
5 个解决方案
#1
比较麻烦的话,说说思路就可以了。在线等。谢谢大家啊
#2
<div style="pisition: fixed;bottom:0px;right:0px;">
<input type="button" value="Send">
</div>
<input type="button" value="Send">
</div>
#3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>0000</title>
</head>
<body>
<div>
<span style="position:absolute; right:0px; bottom:0px;">
<input type="button" value="Send"></span>
</div>
</body>
</html>
这样吗
#4
就是你们这个意思。
#5
这个一点都不对,页面滚动后按钮又上去了
#1
比较麻烦的话,说说思路就可以了。在线等。谢谢大家啊
#2
<div style="pisition: fixed;bottom:0px;right:0px;">
<input type="button" value="Send">
</div>
<input type="button" value="Send">
</div>
#3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>0000</title>
</head>
<body>
<div>
<span style="position:absolute; right:0px; bottom:0px;">
<input type="button" value="Send"></span>
</div>
</body>
</html>
这样吗
#4
就是你们这个意思。
#5
这个一点都不对,页面滚动后按钮又上去了