Hi Jerry, Glen,
Just a question.
I removed the "float:right" so that the google map will show at the top of the search listing.
But currently it is at the bottom of the search listing.
In order to make it appear before the search listing, can this be done by CSS? Actually would like it appearing in a joomla module position, but this might be easier.
Also, when the google map is at the bottom of the search listing and I scroll the browser window up and down, the google map seems to float a bit.
Is there a way stop it floating? I've tried removing the "float: left" and stuff like that, but it does not seem to be responding.
//Custom Google Map: This line was moved from above
echo "\n\t\t </tr> \n\t </table>";
//Custom Google Map: end previous DIV
echo "</div>";
//Custom Google Map: iframe
//echo "<div id='ShowGoogleMapDiv' style='width: 100%; margin-top: 0px; margin-left: 0px; padding-top: 5px; padding-left: 0px;'>";
echo "<div id='ShowGoogleMapDiv'>" ;
echo "<div id='SGMDivInner'>";
Thanks in advance.
cheers
Ed