Archive for April, 2007

Make a background-image clickable with CSS

Monday, April 30th, 2007

Make a background-image clickable with CSS
HTML:
<div id="top">
<a href="http://www.blahwhatever.org/2007/home.html"><span>Blah Page</span></a>
</div>
Stylesheet:
#top
{
background-image: url(../2007/images/top07.gif);
background-repeat: no-repeat;
background-position: top left;
width: 961px;
height: 95px;
}
#top a
{
width: 300px;
height:95px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}

Jaiku | Your Conversation

Thursday, April 26th, 2007

Hide And Seek - Imogen Heap

Sunday, April 22nd, 2007

Fast Food: Ads vs. Reality

Friday, April 20th, 2007

Geek to Live: Sync Google Calendar and Gmail contacts to your desktop - Lifehacker

Thursday, April 19th, 2007

Description Meta Tag

Thursday, April 19th, 2007

Description Meta Tag

Thursday, April 19th, 2007