>
> Sure. Here it is. http://ba-doyn.com/junk/link_test/
>
> You'll see the outlined block in the upper left. I would like the block to
> have a link, but obviously no copy in there.
>
> Thanks,
> Michael
>
>
If you put a link in that div (around the text), you can make it a block and
it should accomplish what you want:

#homeLink a{
    display: block;
    height: 93px;
    width: 325px;
}

You will still have the text showing, which you can hide with "text-indent:
-999em;".  It will work, but is not as good as just having the image in
there, linked, with healthy "alt" text.  Google doesn't like it when you
hide text.


-- 
-----------------------------------------
tim.arn...@gmail.com
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to