html
  • css
  • 2016-05-02 129 views -2 likes 
    -2

    我有5張圖片。 ,我需要做這樣的事情: enter image description hereimage to the right right and bottomm left

    HTML:

    <div class='yoursite' style=""> 
    
             <span class='locationbutton' id='image2a' style=" "><img alt="" src="http://placehold.it/90x70"></span> 
             <span class='locationbutton' id='image2b' style=""><img alt="" src="http://placehold.it/90x70"></span> 
             <span class='yoursite' id='image2b' style=""><img alt=""src="http://placehold.it/500x500"></span> 
             <span class='locationbutton' id='image2c' style=""><img alt="" src="http://placehold.it/90x70"></span> 
             <span class='locationbutton' id='image2d' style=""><img alt="" src="http://placehold.it/90x70"></span> 
            </div> 
    

    ,我不知道如何???

    請別人幫忙?

    回答

    1
    <div class='yoursite' style=""> 
    <div style="float:left;margin-right:5px;margin-top: 355px;"> 
             <div style="margin-bottom:5px;"> <span class='locationbutton' id='image2a' style=" "><img alt="" src="http://placehold.it/90x70"></span></div> 
             <div> <span class='locationbutton' id='image2b' style=""><img alt="" src="http://placehold.it/90x70"></span></div> </div> 
             <div style="float:left;margin-right:5px;margin-bottom:5px"> <span class='yoursite' id='image2b' style=""><img alt=""src="http://placehold.it/500x500"></span></div> 
            <div style="margin-top:355px;float:left"> <div style="margin-bottom:5px;"> <span class='locationbutton' id='image2c' style=""><img alt="" src="http://placehold.it/90x70"></span></div> 
             <div > <span class='locationbutton' id='image2d' style=""><img alt="" src="http://placehold.it/90x70"></span></div> </div> 
            </div> 
    

    試試這個。這可能對您有所幫助。根據你的設置保證金。

    重要提示:它沒有響應。

    相關問題