For some reason, I can\'t prevent the UL and it\'s LI\'s from wrapping. I want the UL\'s width to be exactly the width of the LI\'s on one line (without wrapping) and if the
Add the following rule:
div#nav ul { overflow-x: hidden; overflow-y: scroll; white-space: nowrap; }