首页  >  文章  >  web前端  >  html 中div的位置问题_html/css_WEB-ITnose

html 中div的位置问题_html/css_WEB-ITnose

WBOY
WBOY原创
2016-06-24 12:23:50998浏览

html

我写了个菜单,然后菜单里有button  、label,但是他们的位置不正确,麻烦帮忙看下
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

窗体1


 <script></script>
 <script> <br /> $(function () { <br /> var name = ""; <br /> $("#menu ul li a").each(function () { <br /> $(this).click(function () { <br /> name = $(this).attr("title"); <br /> $("#div2 div").each(function () { <br /> $(this).attr("style", "background-color:" + name + ";display:none;"); <br /> if ($(this).attr("id") == name) { <br /> $(this).attr("style", "background-color:" + name + ";"); <br /> } <br /> }) <br /> }); <br /> }); <br /> }); <br /> </script>

 









  
 
   

   


  
 

  
 

      
 
      
  
 
      









回复讨论(解决方案)

具体怎么样才正确。

你看 button 与edit在一个层内,应该按照各自的left,top 进行定位,但是现在它都在一起,也就是left、top没起作用。



  
 

  
 



 

还是不对。。。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn