Firefox条件评论CSS

Kyl*_*yle 2 css firefox

我正试图定位一个按钮.我希望它在页面上的"GåVidere"按钮上方,它可以在Safari和Chrome中使用,但不适用于IE或FF.

#cartUpdate {
    position:absolute;
    width:160px;
    height:30px;
    left:580px;
    bottom:50px;
}
Run Code Online (Sandbox Code Playgroud)

    {capture assign="cartUpdate"}

        <div id="cartUpdate"><!--<input type="submit" class="submit" value="{tn _update}" />-->
        <button type="submit" class="submit" id="oppdatersubmit" name="saveFields" title="Oppdater" value="">&nbsp;</button> </div>
    {/capture}
    {assign var="cartUpdate" value=$cartUpdate|@str_split:10000}
    {php}$GLOBALS['cartUpdate'] = $this->get_template_vars('cartUpdate'); $this->assign_by_ref('GLOBALS', $GLOBALS);{/php}

    {form action="controller=order action=update" method="POST" enctype="multipart/form-data" handle=$form id="cartItems"}

CONTENT


{/form}
Run Code Online (Sandbox Code Playgroud)

可以在www.euroworker.no/order上看到(首先在篮子里放一些东西(Kjøp和Handlevogn)

编辑:刚刚注意到我的后端编辑器已停止更新.tpl文件..可能与它有关,根据FTP上的内容,几个小时没有更新.只有一件事......

谢谢.

小智 5

尝试对所有属性使用-moz-前缀.