I have my first web site :), almost ready. There are a few little problems that I have spent days with no solution in sight. The customized google maps with custimezed google infobubble creates this div that creates a clickable shadow... See below the the ghost DIV that I did not create just underneath of the word "cadastro", to the right of the navigation bar:
<div id="eccaption_0" class="eccaption" style="position: absolute; display: block; background-color: black; color: white; top: 63px; left: 708.328125px; width: 158px; opacity: 0.5;"><p></p></div>
Here is the page: braaasil.com If you cick on cadastro, there is no ghost shadow. If you click on "Sem Fronteiras", you will see the same little ghost. I have learned my way with firebug in the last 7 months or so, but this little problem is kind of surreal... It seems to be related to infobubble, but I can't find the source of the problem. It can be "fixed" in the firebug console, but not in the real code... because there is no such div.. Also, I had alt= logo in the img tag and I could se the semi transparent div with the word logo in there. Once I delete the "alt" parameter from img, I get just the skinny div.
Any help will be greatly appreciated.