Layeksbeazy
New Member
I have a "text display" error that it's only happenning on chrome.this is the website: http://ldlocal.web44.net/contacto.htmlI have a submenu that it's high enough to be over a api google map I put in the page. The problem is that if the submenu it's over the map, the text (which has white css property!) changes to a grey diffuse style.here it's the css:\[code\]#contact_map{ width: 537px; height: 340px; float: left;}#map_canvas{ width:100%; height:100%;}#header #header_box ul#mainnav ul.submenu.big .submenu_big_box li a { text-transform: none; font-size: 12px; color: white;}\[/code\]and this is the problem:
how it should look (just white font):
You can see that is the google map the one that is making the error if you remove the float:left property from #contact_map. The maps goes down and the the text shows in it's white color.I have tried with all other browsers and it seems it only happens on chrome, any ideas on how to fix this?