English 中文(简体)
DIV 风格和DIV 立场没有改变
原标题:DIV Style and DIV Position not getting along
<div id=mmactivate style= display: none >
<form>
<INPUT TYPE="text" NAME="date1xx" VALUE="" SIZE=25>
<IMG SRC=CalandarIcon.png HREF="#" onClick="cal1xx.select(document.forms[0].date1xx, anchor1xx , MM/dd/yyyy ); return false;" TITLE="cal1xx.select(document.forms[0].date1xx, anchor1xx , MM/dd/yyyy ); return false;" NAME="anchor1xx" ID="anchor1xx">
<DIV ID="testdiv1" STYLE="position:absolute;background-color:white;layer-background-color:white;"></DIV>
</form>
</div>

该法典用于启动一个烟.。 出于某种原因,表现方式:无,位置:绝对;收入。 如果我删除其中一人或另一人,否则在我点击时就没有这样做了。

任何关于如何使其发挥作用的想法?

问题回答

因此,许多错误

  1. Java is not JavaScript. [MetalFrog]
  2. Line 1: id=mmactivate should be id="mmactivate"
  3. Line 2: The form consists of no method, actions or enctype. [Mr. Lister]
  4. Line 4: Why is there script in the title field?
  5. Line 4: Why does an image have a href attribute. [Mr. Lister]
  6. Line 4: Inline event handlers are a bad choice to start with.
  7. Line 5: testdiv1 is a child of "mmactivate", so it has to follow its parent s display: none;




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签