You can set the image to be the background of the a tag. With your code, 
that would look something like this:

#nh{
   display:block;
   position:absolute;
   top:150px;
   left:20px;
   width:191px;
   height:87px;
   overflow:hidden;
   text-indent:-200px;
   background: url(/media/image/nh_logo2005.gif);
}

Cheers,

Jesse Skinner
www.thefutureoftheweb.com

> If you look at the "new heights" logo on the upper left of the layout,it's a
> background image, but I'd like to make it clickable. Problem is, I haven't
> found a way to put that image there without throwing off the rest of the
> layout. Any suggestions?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to