Making Clickable Home Page Link

Nifty! Thanks for all your help. Uh, um… in my positioning :eek: , I kinda made the image disappear somehow… I updated the files again so you can see the absence of the image. :frowning: http://www.atlantareviewgroup.com/health.html

You left out position: absolute;

#sectionhomelink span {
  background: url("sectionhomelink.gif") no-repeat scroll 0 0 transparent;
  height: 43px;
  left: 0;
  top: 0;
  width: 300px;
  [COLOR="#FF0000"]position: absolute;[/COLOR]
}

Ah. There was a typo… it said position:bsolute. Awesome!

Ah, I see. Because there was a typo, nothing showed up at all in Firebug. :slight_smile:

I “bsolute” you, Ralph! :lol:

:lol:

At ease, soldier!