Sat Dec 03, 2011 11:17 pm
<html>
<head>
<title>background-image Anchor </title>
<style rel="stylesheet" type="text/css">
#header {
display: block;
float: left;
padding: 41px 0 0 0;
}
#header li {
display: block;
float: left;
padding: 5px 30px 5px 5px;
}
#header a {
display: block;
font-size: 12px;
font-weight: bold;
color: blue;
text-decoration: none;
padding: 0 15px 0 15px;
}
#header a:hover{
text-decoration: underline;
font-weight: normal;
}
#header a:visited {
color: red;
}
.header1 {
background-image: url(site_logo.gif)
}
</style>
</head>
<body>
<div id="header">
<ul id="header">
<li><a href="#" class="header1">Home</a></li>
<li><a href="#" class="header1">Login</a></li>
<li><a href="#" class="header1">Register</a></li>
</ul>
</div>
</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.