My Horizontal bar looks good in IE7.0 and Firefox but in IE 6.5 the height of the bar is big. Am I doing something incorrect?
Thanks
Code:<div id="footer"> <div class="HR"> <div id="footnav"> Tel: • Fax: </div> </div> </div> <div id="altnav"> <p><a href=" index.htm">Home</a> - <a href="products.htm">Products</a> - <a href="location.htm">Location</a> - <a href="about.htm">About Us</a> - <p></p> </div>Code:#footer .HR{ background-color: #008F00; /* mozilla */ border: 0px; /* fixes mozilla height */ clear: left; color: #008F00; /* ie */ float: left; height: 1px; margin: 4px 0px 4px 0px; width: 99%; }



Reply With Quote


Bookmarks