<p class="sougouContent"> </p> <p class="tag"> html </p> 我写了个菜单,然后菜单里有button 、label,但是他们的位置不正确,麻烦帮忙看下 <br> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <br> <html xmlns="http://www.w3.org/1999/xhtml"> <br> <title>窗体1</title> <br> <head> <br> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <br> <script src="jquery-1.4.2.js" type="text/javascript"></script> <br> <script type="text/javascript"> <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> <br> <style>.div1{width:1006px;height:682px;float:left;}</style> <br> <style type="text/css"> <br> #menu ul li { display:inline; float:left; margin-bottom:20px; } <br> #menu ul li a { padding:20px;text-decoration: none;} <br> .main { clear:both;width:10%; height:60px;margin-left:0px;}</style> <br> </head> <br> <body> <br> <br> <div class="div1"> <br> <br> <br> <div id=control5 style="position:absolute;top:153px;left:57px"> <br> <br> <br> <div id="menu"> <br> <ul> <br> <li ><a href="#" title=页面1>页面1</a></li> <br> <li ><a href="#" title=页面2>页面2</a></li> <br> </ul> <br> </div> <br> <br> <div id="div2" class="main" > <br> <br> <div id=页面1 style="display:none"> <br> <div id=页面1 style="position:absolute;left:12px;Top:26px;"> <br> <input type="button" name=按钮2 value=按钮2 style="width:75px;height:25px" > <br> </div> <br> <div id=页面1 style="position:absolute;left:50px;Top:10px;"> <br> <input type="text" name=编辑框2 style="width:121px;height:19px"/> <br> </div> <br> <br> </div> <br> <br> </div> <br> <br> </div> <br> <br> <br> <br> </div> <br> <br> </body> <br> </html> <br> <br> <h2>回复讨论(解决方案)</h2> <p class="sougouAnswer"> 具体怎么样才正确。 </p> <p class="sougouAnswer"> 你看 button 与edit在一个层内,应该按照各自的left,top 进行定位,但是现在它都在一起,也就是left、top没起作用。 <br> <br> <div id=页面1 style="display:none"> <br> <div id=页面1 style="position:absolute;left:12px;Top:26px;"> <br> <input type="button" name=按钮2 value=按钮2 style="width:75px;height:25px" > <br> </div> <br> <div id=ページ 1 style="position:absolute;left:50px;Top:10px;"> <input type="text" name=編集ボックス 2 style="width:121px;height: 19px"/> <br> </div> <br> <br> <br> </p> <div id=page 1 style="position:absolute;left:50px;Top:10px;margin-top: 10px;margin-left: 50px;" > <p class="sougouAnswer"> <br> <br> </p> まだ正しくありません。 。 。 <p class="sougouAnswer"></p>