Isn't it strange that my logo appears pixelated only on the home page, even though I used the same HTML and CSS code for all pages?
The Html:
<a href="Home.html"><img id="logo" src="../CONTENT/Images/Logo/1Sr2l8а.png" alt="logo"/></a>
<div id="top"></div>
<ul class="nav">
<li><a href="Home.html">Home</a></li>
<li><a id="products" href="../product/LAST1.html">Products</a></li>
<li><a href="Home.html">Concepts</a></li>
<li><a href="../Contact/LAST.php">Contact</a></li>
</ul>
The CSS:
#logo {
height:142px;
width:142px;
position:fixed;
margin: auto;
left: 50%;
margin-left:-71px;
top:2px;;
z-index:7000;
}