Fri Dec 09, 2011 1:48 am
<html>
<head>
<style type="text/css">
a {
color: black;
padding: 4px 12px;
background: #ccecac;
text-decoration: none;
border: 2px solid black;
display: block;
width: 180px;
}
a:hover, a:active, a:focus {
background: #446541;
font-weight: bold;
}
</style>
<title>links menu with changing background color</title>
</head>
<body>
<p>
<a href="#">Home</a><br />
<a href="#">Register</a><br />
<a href="#">Login</a><br />
<a href="#" >Contact us</a>
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.