Hi, The following link is showing the google map on the left while it is supposed to float right: http://lindy-velas.com/e_contact.php The problem is occurring only in Opera. Appreciate your suggestions?
You are both floating the map and using position:absolute. Pick one. You can't do both and Opera is probably the only browser doing this correctly. Absolutely positioned elements are taken out of the normal flow and you didn't set any position for it so it wound up in the top left as it should.