Hi,
I have a div called target which is centred and displayed over a google map when you pan to a map marker, i have since added a menu to the left of the map which means that when the google map pans to a marker it is no longer the centre of the screen.
i need to move the div to the right but i cant seem to move it.
#target {position: fixed; display: none; width: 51px; height: 51px; top: 50%; left: 50%; margin: -40px 0 0 -26px; background: url(../img/target.png) no-repeat center bottom; z-index: 2;}
See screenshot - http://i.imgur.com/gtz6v.png