直接看 taobao 页面源码不就知道了!

解决方案 »

  1.   

    但是DIV好像无法控制相对定位 
    -------------------------------------------style="position:absolute;"
      

  2.   

    你在这里把要求详细的描述一下,看看能不能帮上你了。
    不过最好的建议就是把taobao的代码分析出来.
      

  3.   

    促销的div position:relative;
    那个抢的div position: absolute; 这样抢就是相当与促销的位置了
      

  4.   


    <br/><br/><br/><br/><br/>
    <div style="width:50px;height:50px;background-color:red;"><div style="width:25px;height:25px;background-color:black;position: absolute;margin-left:20px;margin-top:-15px;"></div></div>