If you check the website URL in my sig, you'll see that the nav bar at the top doesn't stretch all the way to the end of the main div. I use an unordered list for the nav bar. Is there a "ul" attribute that I'm missing, or does the problem lie in my style sheet?
I tried that, and nothing changed. I just figured it out after searching online some more: I had to style the "ul" tag with "float: left" and "width: 100%." It works like a charm on both of the monitors that I tested it on.