Return to Snippet

Revision: 35588
at November 10, 2010 15:54 by interfacecreation


Initial Code
<h1><a href="./" title="Return Home"><span></span>Home</a></h1>

#header h1 a{
	display:block; /* Required */
	width:250px; /* Width of image in question */
	height:70px; /* Height of image in question */
	position:relative; /* Required */
}
#header h1 a span{
	position:absolute; /* Required */
	width:100%; /* Stretch full width of parent */
	height:100%; /* Stretch full height of parent */
	background:url(images/logo.gif) top left no-repeat; /* Image */
	cursor:pointer; /* Required for links to appear like links in IE */
}

Initial URL


Initial Description
glider levin method

Initial Title
image replacement

Initial Tags
image

Initial Language
CSS