【问题标题】:Magento custom options layoutMagento 自定义选项布局
【发布时间】:2013-09-28 10:11:15
【问题描述】:

有人可以清楚地向我解释我如何获得标签下方的自定义选项吗?

我无法完成它。查看网站链接:

http://tuinbeursshop.nl/40mm-blokhut-lean.html

你会帮我很多的。

【问题讨论】:

    标签: xml magento layout php


    【解决方案1】:

    我建议不要将html重写为标签,而是使用CSS来显示

  • 元素作为块或显示为表格单元格。 (块会更好)
    <li class="options-list" style="display: block;">
    <img style="display: block; float: left;" />
    <span class="content" style="display: block; float right; width: 60%;">
    Somethig as Dakshingles groen
    </span>
    <div style="clear: both;">don´t forget to clear!</div>
    </li>
    
  • 【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多