Monday, May 11, 2009

Error while moving web part between web part zone

Set position:relative for the body element in the page.

Alternatively, place position:relative in a CSS file for the body element of the page.

In CSS file:

body
{
...
position:relative;
}

No comments: