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&srch=1
- After loading the page click on "map view".
- Now the loading image is coming at the right position.
- Click on the "more map" link.
- Map moves left side that is map div position becomes absolute moved little upwards and left.
- Now click on the "Next" link in the right side list.
- The position of the loading div is coming in the correct way.