Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/88.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
HTML:如何使身体保持在同一位置_Html_Css_Document Body - Fatal编程技术网

HTML:如何使身体保持在同一位置

HTML:如何使身体保持在同一位置,html,css,document-body,Html,Css,Document Body,我在玩弄一个网站,我很难让我的文本区域停留在一个地方 我有背景设置覆盖,但现在我只需要登录和密码按钮留在一个地方,无论你是否调整大小 这里是HTML代码 <!doctype html> <html> <link rel="icon" type="image/ico" href="favicon.ico"> <head> <meta charset="utf-8"> <title>MewSeek

我在玩弄一个网站,我很难让我的文本区域停留在一个地方

我有背景设置覆盖,但现在我只需要登录和密码按钮留在一个地方,无论你是否调整大小

这里是HTML代码

<!doctype html>
<html>

<link rel="icon" 
      type="image/ico" 
      href="favicon.ico">
<head>
<meta charset="utf-8">
<title>MewSeek | &lt;3</title>
<style type="text/css">
body {
        background-size: cover;
    background-color: #0c0c0c;
    background-image: url(images/MewSeek.png);
    background-repeat: no-repeat;

}


textarea {

          resize: none;
          text-align: center;
          font-color: #0F9;
          font-size:26px;
          color: #0F9;
          background-color: transparent;
          position: relative; 
          height: 35px;
width:343px!important; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
</style>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
</head>
<div id="wrapper">
<body onLoad="MM_preloadImages('images/button2.png')">
<table width="1879" height="666" border="0" align="center">
  <tr>
    <td width="819" height="396">&nbsp;</td>
    <td width="257">&nbsp;</td>
    <td width="789">&nbsp;</td>
  </tr>
  <tr>
    <td height="36">&nbsp;</td>
    <div>
     <td>
       <p>
        <textarea maxlength="9" placeholder="Username"></textarea>
       </p>
      </div>
      <p>
        <div>
         <textarea maxlength="9" placeholder="Password"></textarea>
        </div>    
       </p></td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="21">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="38">&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="108">&nbsp;</td>
    <td><a href="http://google.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Login','','images/button2.png',1)"><img src="images/button1.png" alt="" width="380" height="70" id="Login"></a></td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</div>
</html>

MewSeek | 3
身体{
背景尺寸:封面;
背景色:#0c;
背景图片:url(images/MewSeek.png);
背景重复:无重复;
}
文本区{
调整大小:无;
文本对齐:居中;
字体颜色:#0F9;
字号:26px;
颜色:#0F9;
背景色:透明;
位置:相对位置;
高度:35px;
宽度:343px!重要;字体系列:Gotham,“Helvetica Neue”,Helvetica,Arial,无衬线;
}
函数MM_swapImgRestore(){//v3.0
变量i,x,a=document.MM_sr;用于(i=0;a&&i)
有几点:

(1) 为什么要将表格用于如此简单的布局。 (2) 自动启动声音是个可怕的主意。如果我在工作时没有戴耳机呢?不好

如果你说的是将用户名/密码保持在相同的相对位置,那么

(1) 使用浮动会很好。
(2)如果你说的是让它们完全保持在同一位置,那么绝对也会起作用。将所有东西绝对定位在中心位置,当你调整尺寸时,它将保持在同一位置。但是我认为绝对定位不是办法。浮动可能是更好的解决方案。

你最好是使用m仅将灰色图像作为背景(顺便说一句,取一小片,重复它,这样它就不是一个大图像),然后放置一个带有黑色区域的div容器(并包含文本输入)把黑色区域和它里面的输入断开是一个很坏的方法。我怎么能做一个表格并输入表中的文本,因为图像会比第一部分的文本框大,所以我在代码中乱七八糟地搞清楚是否可以通过D播放音乐。ownload link,在我取下标签之前就上床睡觉了,我回家后会尝试第二次使用它。你对使用浮动创建响应性设计感到满意吗?