2016-05-02 14 views
-2

Ich habe 5 Bilder. und ich brauche, um so etwas zu tun: enter image description hereBild unten rechts und unten links

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> 

und ich verstehe nicht, wie ???

bitte kann jemand helfen ??

Antwort

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> 

Versuchen Sie es. Es könnte für dich hilfreich sein. Legen Sie die Marge nach Ihren Wünschen fest.

Wichtiger Hinweis: Es reagiert nicht.

Verwandte Themen