I have a tabbed navigation box which works beatifully in Internet Explorer, however, when I view it in Firefox the border doesn't ou the width of the list div box. If anyone can help me then the code is below: ----------------------------------------------------------------------------------------------------------------------------------------
<body class="section-1"> <div id = "holder"> <div id = "list"> <ul id="menu"> <li id="nav-1"><a href="/tools/csstabs/?phpMyAdmin=4594f30712f4fabaff6997416810f3f2">Home</a></li> <li id="nav-2"><a href="/tools/csstabs/2?phpMyAdmin=4594f30712f4fabaff6997416810f3f2">About Us</a> </li> <li id="nav-3"><a href="/tools/csstabs/3?phpMyAdmin=4594f30712f4fabaff6997416810f3f2">Contact Us</a> </li> <li id="nav-4"><a href="/tools/csstabs/4?phpMyAdmin=4594f30712f4fabaff6997416810f3f2">Products</a> </li> </ul> </div> <div id="contents"> <p>Want the code? View Source in your browser.</p> <h2>CSS Tabs with Submenus</h2> <p>This is a way of accomplishing tabs and subnavigation using only CSS and nested unordered lists. The home tab has no subitems, the rest do, so please click around.</p>