It really is simple. Mostly some css tweaking i believe. I need the webpage header totally "fixed" in place so the webpage scrolls BEHIND the menu and header. Dont quote me too much money on this, because it is a small project and mostly just some css twqeaking.
Are you looking for something like this? #header { position: fixed; top: 0; left: 0; height: 160px; } Code (markup): Let me know if it works for you.
Something like that. Actually i just figured it out on my own... with a lot of trial and error. Thanx