你用相对定位不就得了。
<TD style="position:relative">

解决方案 »

  1.   

    所谓相对定位,是指相对与div父级对象的定位,如果<div>上一级对象是<body>,那相对定位就失去意义了...
      

  2.   

    <div>上一级对象是<body>那要什么做?
      

  3.   

    试试用<span></span>之间用可不可以.我也不懂.不过好象可以.
      

  4.   

    <body leftmargin="0" topmargin="0">
    body这样设置后可以绝对定位的。
    <div id="Layer1" style="position:absolute; left:151px; top:0px; width:36px; height:57px; z-index:1;">
      

  5.   

    我有写了,但还是不行呀~~
    <body  bgcolor="#0087ea" text="#000000" leftmargin=0 topmargin=0>
    <div  bgproperties="fixed" id=Layer1 onMouseOver="MM_showHideLayers('Layer1','','show')" 
    onMouseOut="MM_showHideLayers('Layer1','','hide')" 
    style="position:absolute; left:15px; top:124px; width:73px; height:81px; z-index:1; visibility:hidden">
      

  6.   

    to: xiaotao5
      我按你所说的做了,但还是没见效呀<body  bgcolor="#0087ea" text="#000000" leftmargin=0 topmargin=0>
    <div  bgproperties="fixed" id=Layer1 style="position:absolute; left:15px; top:124px; width:73px; height:81px; z-index:1; ">