Hi there,
From my masterpage, I have a scriptmanager setup. When a drop-down from a user control within the master page selects a different item, it does an postback which should update a header user control to display a different image.
The alternative image displays fine, but the whole content seems to get pushed down about 10px when the ajax update is performed.
When a full postback is done, the content displays perfectly (except for the postback!)
I have looked at my css and can't see anywhere that is causing the content to be moved 10px down the screen. Any ajax update of my header user control, whether is displays an image or text or nothing causes the content to be dropped down.
I'm totally at a loss here so any ideas are most welcome!
Regards,
Bmoyno