OK, so I have this inserted in my tpl_header.php:
PHP Code:
<div>
<table align="center">
<tr>
<td align="center">
<span id="currency_select" style=" z-index:3000; position:relative; left:410px; top:-36px;" ></span><br/><span id="dc_box"></span>
</td>
</tr>
</table>
</div>
Should I try change it to this:
PHP Code:
<div>
<table align="center">
<tr>
<td align="center" id="currency_select" style=" z-index:3000; position:relative; left:410px; top:-36px;" >
<span id="dc_box"></span>
</td>
</tr>
</table>
</div>