gregmatic
11-04-2003, 02:59 PM
In IE my page looks fine, but in netscape the background color runs all the way off the screen on the right. My stylesheet properties are:
.navbar { background-color: #cccccc; text-align: center; margin-top: 0px; margin-left: 0px; margin-right: 0px; width: 99%; padding: 5px 10px 5px 10px; font-size: large; border: medium solid; border-color: #c0c0c0; }
The Html is:
<p class="navbar">
<a href="index.htm" title="Go to Baumann Electronic Controls Home Page">Home</a> |
<a href="products/products.htm" title="View our Products">Products</a> |
<a href="tech/tech.htm" title="Go to Main Tech Help Page">Tech</a> |
<a href="aboutus.htm" title="View our Hours of Operation, Policies, and History">Company Info</a> |
<a href="order.htm" title="Ordering Information">How to Order</a> |
<a href="pricing.htm" title="View our Price List">Pricing</a> |
<a href="dealers.htm" title="View our List of Dealers">Dealer List</a> |
<a href="links.htm" title="Links of Interest">Links</a> |
<a href="motorsports" title="See Our Products in Action">Motorsports</a>
</p>
What am I missing?
Greg
.navbar { background-color: #cccccc; text-align: center; margin-top: 0px; margin-left: 0px; margin-right: 0px; width: 99%; padding: 5px 10px 5px 10px; font-size: large; border: medium solid; border-color: #c0c0c0; }
The Html is:
<p class="navbar">
<a href="index.htm" title="Go to Baumann Electronic Controls Home Page">Home</a> |
<a href="products/products.htm" title="View our Products">Products</a> |
<a href="tech/tech.htm" title="Go to Main Tech Help Page">Tech</a> |
<a href="aboutus.htm" title="View our Hours of Operation, Policies, and History">Company Info</a> |
<a href="order.htm" title="Ordering Information">How to Order</a> |
<a href="pricing.htm" title="View our Price List">Pricing</a> |
<a href="dealers.htm" title="View our List of Dealers">Dealer List</a> |
<a href="links.htm" title="Links of Interest">Links</a> |
<a href="motorsports" title="See Our Products in Action">Motorsports</a>
</p>
What am I missing?
Greg