page-about.php
<div id="AboutNav">
<h3>About</h3>
<p style="border-bottom: 1px dotted #787878; width: 200px;"></p><br />
<a href="https://localhost/wordpress/about/about-vision.php">Vision & Mission</a><br />
<a href="https://localhost/wordpress/about/about-history.php">History</a><br />
<a href="https://localhost/wordpress/about/about-client.php">Client</a><br />
<a href="https://localhost/wordpress/about/about-people.php">People</a><br />
</ul>
<br>
</div><br />
style.css
#AboutNav h3 {
margin: 20px 0 0 0;
}
#AboutNav a:link{
background: url('images/About/AboutNav2.png') 0 0;
width: 100px;
text-decoration: none;
color: black; Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 10px;
display: block;
}
#AboutNav a:visited{
background: url('images/About/AboutNav2.png') 0 20px;
width: 100px;
text-decoration: none;
color: red; Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
}
#AboutNav a:hover{
background: url('images/About/AboutNav2.png') 40 40px;
width: 100px;
text-decoration: none;
color: red; Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 10px;
display: block;
}
The navigation appears like this:
http://www.masterlink.co.id/page-about.php
Where it suppose to be like the attachment.
Can anyone help me identify why and offer me a solution ?