-2

怎么去掉里面的标签

  • 元素并使用氚将图像添加到相同的元素我如何添加冲刺图像代替它
  • 元素

    <div id="TopMenu">
                <ul style="display:">
                    <li style="display:" class="First"><a href="#" data-transition="slide" class="ui-link">My Account</a></li>
                    <li style="display:" class="CartLink"><a href="#" data-transition="slide" class="ui-link">View Cart <span></span></a></li>
    
                </ul>
    </div>
    
  • 4

    1 回答 1

    1

    首先在您的代码段中没有标签元素......但是删除到任何元素使用“删除”功能。

    i.e. remove('label') //this will remove all label in scope
    
    Now you also want to add sprite image.
    
    
     1. Just add your images in folder name as 'sprites'
             --path-- /assets/images/sprites
        2. Now it will include in sprites.png auto When Moovweb project run
        3. use class 'sprites-'+imagename where you want to place.
    
    于 2014-11-03T10:46:45.913 回答