Google Maps API V3 grey box on one site, works fine on another -


i have site http://beta.aico.co.uk/trained-installers.html, when loads grey box. have same code on following site (different template) http://joomla.bemoore.com/index.php?option=com_content&view=article&id=22&itemid=29 , works fine. therefore suppose must css issue, life of me can't figure out might be.

has got idea problem is?

thanks,

bob

it indeed css issue. here css rule culprit:

div { overflow: hidden !important; overflow-y: hidden !important; overflow-x: hidden !important; } 

line 397 of trained-installers.html

you'll need modify rule apply relevant divs, not divs.


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -