RP1America
Technical User
Hey folks!
I have a horizontal navigation menu on a website that is messing up when I zoom in or out on Windows Explorer. Any ideas as to why this is occuring or how to fix it?
See here...
Thanks in advance!
Ryan
I have a horizontal navigation menu on a website that is messing up when I zoom in or out on Windows Explorer. Any ideas as to why this is occuring or how to fix it?
See here...
Thanks in advance!
Ryan
Code:
<div id="center">
<div id="navigation">
<ul>
<li><a href="[URL unfurl="true"]http://www.plewdigitaldesign.com/"[/URL] class="white">Home</a></li>
<li><a href="[URL unfurl="true"]http://www.plewdigitaldesign.com/services/"[/URL] class="white">Services</a></li>
<li><a href="[URL unfurl="true"]http://www.plewdigitaldesign.com/portfolio/"[/URL] class="active white">Portfolio</a></li>
<li><a href="[URL unfurl="true"]http://www.plewdigitaldesign.com/aboutus/"[/URL] class="white">About Us</a></li>
<li><a href="[URL unfurl="true"]http://www.plewdigitaldesign.com/contact/"[/URL] class="white">Contact</a></li>
</ul>
</div>
</div>
Code:
#navigation {
float: left;
width: 900px;
padding: 15px;
border: 0px;
height: 49px;
background-image:url('images/bg_navbar.jpg');
background-repeat:no-repeat;
margin: 0px 0px 5px 0px;
background-color:#000000;
}
#center {
text-align: center;
}
#navigation ul {
padding: 0 1px 1px;
margin-left: 0;
font-family: Tahoma, Geneva, sans-serif;
font-weight: bold;
font-size: 16px;
}
#navigation ul li {
list-style: none;
margin: 0;
display: inline;
}
#navigation ul li a:link {
padding: .2em 2em;