
Originally Posted by
pathfinder74
How do you put an image "behind" a link?
Code:
<head><style type="text/css">
h1 {
width: 600px;
height: 120px;
margin: 0 auto;
background:
url(http://img186.imageshack.us/img186/4231/banpaynelessbyjonybdhl9.jpg) no-repeat center scroll;
}
h1 a {
color: #fff;
padding-top: 75px;
padding-left: 125px;
text-decoration: none;
display:block;
width:100%
height:100%;}
</style>
</head>
Code:
<body>
<h1><a href="http://img186.imageshack.us/img186/4231/banpaynelessbyjonybdhl9.jpg">Link Behind an Image</a></h1>
</body>
Ron
Bookmarks