Hello all, I am new to CSS and haven't used HTML in 10 years so my question may be a little stupid. Basically, my navigation bar works perfectly in Firefox, however when I go to the site in IE the navigation bar is... stairing down? cascading down? I'm sure it's just a matter of a line of code or an added tag.
<p>There are a wide range of styles and clients, see some of our proudest work in our portfolio and understand why our production studio is the best choice. </p>
<!--**************END OF FEATURED CONTENT WINDOW**************-->
<div id=\"content_main\"><!--***CONTNET_MAIN STARTS***--> <p><img src=\"/images2/P6Title.jpg\" /></p> <p>Production 6 is a full service media production company that specializes in video production and motion graphics but extends to other media such as visual effects, graphic design and web design. We have a wide range of clients from corporate and political (Red Bull, Leukemia and Lymphoma Society, Marsh Copsey and Associates, Current TV, etc.), to local companies and artists (DJ<b>Doc</b>Rok, Ratty Records, MonoSolo Productions, etc). </p><br />
<p>Please <a href=\"contact.html\">contact us</a> and tell us how we may fill your media needs. Your needs will become our obsession.</p> </div><!--***CONTENT_MAIN ENDS***-->
<div id=\"content_sub\" class=\"rounded\"><!--***CONTENT_SUB BEGINS***--> <p><h1 id=\"sub_header\"><center>News and Links</center></h1></p> <p> DJ<b>Doc</b>Rok is a local DJ doing big things for DC. Here'sa link to his newest video which Production 6 was proud to be a part of: <br /> <a href=\"TITTS.html\" target=_blank>DJ<b>Doc</b>Rok - Take it to the Streets</a></p> <p class=\"divider\"><b>.........................</p></b> <p> Production 6 submited an entry for the Poptent Promo video. We're very happy with the final product so it's been added to our reel. here's a <a href=\"http://www.poptent.net/media/10163\" target=\"_blank\">link</a> to the video and the website:<br /> <a href=\"http://www.poptent.net/media/10163\" target=\"_blank\">Poptent Promo video entry</a></p>
</div><!--***CONTENT_SUB ENDS***--> <div class=\"clearFloat\"></div> </div><!--CONTENT DIV END//--> <div id=\"footer\">
/* DEFAULT is for three panels in width, adjust as needed This only matters if JS is OFF, otherwise JS sets this. */ #mover { width: 2550px; position: relative; }
http://www.production6.com/testSite2.html
HTML:
CSS
ul#nav li {display: inline;
}
Oops :oops: . Nice catch!