What is the easiest way to make the following page header a fixed header? http://presentationtube.com/header.php Should I move the Menu elements in the header?
the easiest way:
#templatemeo_header_wrapper { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 70px; }