Position: absolute not working

Hey Guys,

Here is link to my site…

http://redrhinorestoration.com/wp

Now for the navigation and logo in right corner my position: absolute is not working.

For example if you go to a page where you have to scroll the navigation and logo scroll to so its always visible don’t really want this.

I know the issue I believe its cause I gave the body, html a height of 100% but if I take it out then the backgrounds don’t fill the whole screen for ones that have it for full screen.

Any suggestions?

Thanks,

Mike

Position: absolute; is relative to the parent display:block which has position: relative; set

If you do not set position:relative; then it will be absolute to the parent container;