I've search these forums and found several threads about this topic but none have any real answers to this issue.
I've got some navigation tabs, similar to Sitepoint's tabs. How does one go about centering them in the page?
My site: http://www.webhelpzone.com/
CSS: Page Layout and Navbar Styles
I've tried doing this:
Which actually centers the navigation bar, but when the browser is shrunk down, the bar ends up being pushed off the screen. Sitepoint's nav bar just shrinks down, remaining centered in the browser window.Code:ul#nav { position: absolute; left: 50%; width: 505px; margin-left: -252px; }
How do you accomplish the centering of navigational tabs?





Bookmarks