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;
}
Monday, May 11, 2009
Subscribe to:
Comments (Atom)
My blog about everything SharePoint, .Net, IT, technology, basics, intermediate, and advanced.