[Google Maps API v2] Re: Text box and button does not appear in IE
>I have tried and change the auto to map still no sucess.
> I also guess is due to the return of the contents? Is that a problem need
> modification is it?
no.
It is the same problem that you were having last week.
"z-index only works on positioned elements (position:absolute,
position:relative, or position:fixed)"
http://www.w3schools.com/css/pr_pos_z-index.asp
And apologies for the bum steer before - I had another look and it
seems that you were right and you should be referencing "auto" in
these lines:
document.getElementById("auto").style.top="5px";
document.getElementById("auto").style.left="5px";
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home