Note that there are some explanatory texts on larger screens.

plurals
  1. POCan you target Google Chrome?
    primarykey
    data
    text
    <p>I need to position this update button on www.euroworker.no/order (you'll have to add an item to the cart, use the Kjøp button to add and Handlevogn to view the cart). Works in FF and IE. (Although there is another alignment problems with IE) but not in Chrome or Safari. I had it working before, but the only thing I can think of to do is target safari and Chrome. Is this possible?</p> <p>Here's the CSS and HTML(Smarty) for you.</p> <p>HTML(Smarty):</p> <pre><code> {capture assign="cartUpdate"} &lt;div id="cartUpdate"&gt;&lt;!--&lt;input type="submit" class="submit" value="{tn _update}" /&gt;--&gt; &lt;button type="submit" class="submit" id="oppdatersubmit" name="saveFields" title="Oppdater" value=""&gt;&amp;nbsp;&lt;/button&gt; &lt;/div&gt; {/capture} {assign var="cartUpdate" value=$cartUpdate|@str_split:10000} {php}$GLOBALS['cartUpdate'] = $this-&gt;get_template_vars('cartUpdate'); $this-&gt;assign_by_ref('GLOBALS', $GLOBALS);{/php} {form action="controller=order action=update" method="POST" enctype="multipart/form-data" handle=$form id="cartItems"} CONTENT {/form} </code></pre> <p>And the CSS:</p> <pre><code>#oppdatersubmit { background-image:url(../../upload/oppdater.png); background-repeat:no-repeat; background-position:left; background-color:none; border:none; overflow:hidden; outline:none; white-space: nowrap; width:77px; height:25px; cursor:pointer; position:absolute; } #cartUpdate { position:absolute; width:160px; height:30px; left:580px; bottom:130px; } </code></pre> <p>Need to change these for Chrome and Safari. </p> <p>Thanks.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload