magento

时间:2015-06-08 10:38:35

标签: html css

我正试图用左流制作一个3行的列。

但是图像无法均匀堆叠。

http://postimg.org/gallery/2rvz3g8aa/4883b968/

  1. 您能看到代码有什么问题或者我可以改进什么吗?
  2. https://jsfiddle.net/68fwd88c/

        <div class="mar-btm">
    <div class="con-top">
    <div class="top-one" style="float: left;"><a href="{{store url=""}}massanzug" target="_self"><img onmouseover="this.src='{{media url="wysiwyg/Landingpage_1200pix_03_1.jpg"}}';" onmouseout="this.src='{{media url="wysiwyg/Landingpage_1200pixohne_03.jpg"}}';" src="{{media url="wysiwyg/Landingpage_1200pix_03_1.jpg"}}" alt="" /></a></div>
    <div class="top-two" style="float: left;"><a href="{{store url=""}}masshemden" target="_self"><img onmouseover="this.src='{{media url="wysiwyg/imroivedpix_05.jpg"}}';" onmouseout="this.src='{{media url="wysiwyg/imprved_05.jpg"}}';" src="{{media url="wysiwyg/imprved_05.jpg"}}" alt="" /></a></div>
    <div class="top-three" style="float: right;"><img onmouseover="this.src='{{media url="wysiwyg/Landingpage_1200pix_08.jpg"}}';" onmouseout="this.src='{{media url="wysiwyg/OHNE.TEXT_Landingpage_1200pix_08.jpg"}}';" src="{{media url="wysiwyg/OHNE.TEXT_Landingpage_1200pix_08.jpg"}}" alt="" /></div>
    </div>
    
    1. PS。我建立在旧员工代码之上。 “mar-btm”是指什么? (我假设它是保证金底部)什么是“con-top”在w3schools_com / css上找不到“con”
    2. enter image description here

      enter image description here

0 个答案:

没有答案