Wasn't it SmartYoungSexyKid who wrote:
>
>I have most of the Tags removed and loaded it again on IE but same
>issue
But the <form> is still inside the <table> but outside the <td>, and
you've got more </tr>s than <tr>s. MSIE tends to get very confused when
there's invalid <table> HTML.
In this case the structure should be
<form>
<table>
<tr>
<td> ... </td>
<td> ... </td>
</tr>
<tr>
<td> ... </td>
<td> ... </td>
</tr>
</table>
</form>
It wouldn't hurt to add a few </link> tags in the appropriate places,
put all your <style> tags inside the <head> and use unique name and id
attributes for your <input name="categories" id="categories"> fields.
Those HTML errors are probably less likely to be upsetting MSIE, but you
never know. MSIE can be somewhat unpredictable about what it decides to
let you get away with.
--
Mike Williams
http://econym.org.uk/gmap
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---