I'm running the same FF as you and have nps.
However you have just (almost) fixed the right hand menu problem...
I have removed the position option from the header this is fine.
I have removed the position option from the wrapper and it ends up half off the page (i've updated the link) but the menu is now in the right place.....
Half way there
So its obviously something to do with the centering of the div. I did try it using
#wrapper
{
margin:0px auto;
width: 900px;
}
But I get the same menu problem. Are there any other ways I can center a div without setting body's text-align center?
|