views:

17

answers:

0

I have a loading image in the page which is appended as child to one particular <div id="event_list">. This "event_list" <div> is a child of map <div>. At the initial position the loading image is coming correctly, but when I change the map <div>'s position as to absolute the loading image is not correctly coming. I may not be clear in explaining please check the following link.

http://devcon.addr.com/events_list.php?q=place:27911;squery:;dist:45&amp;srch=1

  1. After loading the page click on "map view".
  2. Now the loading image is coming at the right position.
  3. Click on the "more map" link.
  4. Map moves left side that is map div position becomes absolute moved little upwards and left.
  5. Now click on the "Next" link in the right side list.
  6. The position of the loading div is coming in the correct way.