English 中文(简体)
页: 1 Z-index given not working
原标题:Sliding panel in the middle of the page. Z-index given not working

我正在执行滑动小组的内容,但问题是,在出现其他微粒元素时会出现问题。

我猜测并试图给我所装但似乎行不通的内容以兹指数。

让我为这两点制定法典。

<div class="vrcontrol">
      <div class="slide-out-div">
        <a class="handle" href="http://link-for-non-js-users.html">Content</a>
        <h3>Contact me</h3>
        <p>Thanks for checking out my jQuery plugin, I hope you find this useful.
        </p>
        <p>This can be a form to submit feedback, or contact info</p>
</div>

这是四分五裂的,即有效四分之四。

<div class="askform">
  <p class="titletext">Ask an Expert Trade Forum</p>
  <p class="detailtext">WD-40’s leading source for DIY tips and tricks.</p>
  <span>
  <form id="askform" name="askform" action="" method="post">
    <span class="left"><input name="input" type="text" class="askinputbox"/></span><span class="marginleft"><input type="image" src="images/search_icon.gif" /></span>
  </form>
  </span>
  <div class="followus">
  <span class="followtext">Follow us on</span><span class="right"><img src="images/bookmark.jpg" width="121" height="45" alt="Bookmark" /></span>
  </div>
  </div>

散射电离散射器在网页左部分,有效四分在网页上。

我以z-index、定位要素和溢流特性来猜测一些事情。

问题回答

对于开端人来说,这种超文本不作正式解释:

<div class="vrcontrol">
      <div class="slide-out-div">
        <a class="handle" href="http://link-for-non-js-users.html">Content</a>
        <h3>Contact me</h3>
        <p>Thanks for checking out my jQuery plugin, I hope you find this useful.
        </p>
        <p>This can be a form to submit feedback, or contact info</p>
</div>

封闭式<代码></div> for this div?

<div class="slide-out-div">

此外,如果没有随之而来的社会保障局,它很难确定这一问题是否也存在。





相关问题
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!

热门标签