Fri, 2012-03-16 22:00
HELLO! :}
i duplicated my index page and added an id to the body tag and now the page shifts down and left?
this is odd. Its the same exact page with a different id in the div.
Please help, watch the shift here -> www.MERCYONME.com
//mod edit: Link fixed. Be sure to include the protocol on link urls, "http://" ~gt
Fri, 2012-03-16 23:13
#1
Unable to replicate
With or without the id attribute, the shift does not occur on #home. On the #featured page, there is a shift due to this:
#featured { height: 33px; left: 30px; position: absolute; top: 18px; width: 100px; }
Why in the world would you have the body element positioned absolute?
cheers,
gary
Fri, 2012-03-16 23:36
#2
Thank you
Thank you very much!! grrr, what an oversight!