I can adjust your style html
Code: [Download] [Hide] [Select]
<tr> <td width="3%"></td>
<td colspan="2">
<div id="bottom_logo_ext">
<div style="padding-top:5px;"><div class="tbl-hs-l"><div class="tbl-hs-r"><div class="tbl-hs-c"></div></div></div><div
class="tbl-b-l"><div class="tbl-b-r"> <div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<td colspan="2">
<div id="bottom_logo_ext">
<div style="padding-top:5px;"><div class="tbl-hs-l"><div class="tbl-hs-r"><div class="tbl-hs-c"></div></div></div><div
class="tbl-b-l"><div class="tbl-b-r"> <div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
and get this ->
But you have this in view source?
Code: [Download] [Hide] [Select]
<td colspan="3">
<div id="bottom_logo_ext">
<div style="padding-top:5px;"><div class="tbl-hs-l"><div class="tbl-hs-r"><div class="tbl-hs-c"></div></div></div><div class="tbl-b-l"><div class="tbl-b-r"> <div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
<div id="bottom_logo_ext">
<div style="padding-top:5px;"><div class="tbl-hs-l"><div class="tbl-hs-r"><div class="tbl-hs-c"></div></div></div><div class="tbl-b-l"><div class="tbl-b-r"> <div id="bottom_logo">
<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
Which can only mean that you are possibly not editing the right template ?
I also made some errors in some of those fixes because of FF :(
For IE and FF
In the overall_footer.tpl
Find:
Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr>
<td colspan="3">
<div id="bottom_logo_ext">
<tr>
<td colspan="3">
<div id="bottom_logo_ext">
Replace With:
Code: [Download] [Hide] [Select]
<!-- INCLUDE overall_inc_footer.tpl -->
<tr> <td width="3%"></td>
<td colspan="2">
<div id="bottom_logo_ext">
<tr> <td width="3%"></td>
<td colspan="2">
<div id="bottom_logo_ext">
And you really should have a look at your theme with IE and adjust it for both FF and IE. because there is a lot of mis-alignment in the graphics. ;)
And now my eyeballs are really on the floor - So I'm off to bed - G'night!