Dear All,

Hope you people will be fine. I would highly appreciate anyone's help
regarding my problem. Urgent help is required, so any help will be
regarded.

I am making a web application using javascript and Google Map API's.
My web application will show the google map on the screen together
with a "left panel" and "bottom panel".

The div for map is:
<div id="map"></div>

Then comes the div for left panel:
<div id="left-nav"></div>

And lastly the div for bottom panel:
<div id="bottom-nav"></div>

On using this div position, my "setCenter(...)" does not return and
breaks the code. I have tried nesting the left panel in the div for
map but on doing that, the "setCenter(...)" successfully returns and
all my markers are loaded on the map but the map div overwrites the
left panel and left panel is not shown.

Here is the link to my page :: http://58.65.163.97:8080/googlemaptest/

My css file for map is :

#map{
        width:100%;
        height:900px;
        z-index:0;
        position:relative;

And my css file for left panel is:

#left-nav{
        height:900px;
        *height:900px;

        opacity:0.88;
        filter: alpha(opacity='88');
        position:absolute;
        top:0px;
        width:245px;
        z-index:100;
        float:left;

}

I am currently using FireFox and the code is designed only to run in
FireFox. If further code is needed for anyone to help me out, I will
be willing to do that, or for that matter,
anything required will be provided for assistance.

I understand that this has something to do with the css configuration
of divs. But I dont understand that how css configuration or divs can
make setCenter break.

Please, if possible reply the soonest. Any help will be greatly
appreciated.

Regards,
Umar Farman
+92-333-5254003

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to