yes there is a way you can link background images; but a little more mark up is required.

lets say you have

<h2 id="bG"></h2>

and styles as
h2#bG{background: url(image.gif) no-repeat;height:20px;width:220px}

now adding some extra markup inside that h2 as follows

<h2 class="save"><a href="#" title="Sign up today!"></a></h2>

with styles as
h2.save a{display:block;height:20px;width:220px}

you've now got a clickable background image.

I use this tech throughout a project im working on right now...i call it the
Steven Carlisle Background Click or SCBclik for short :p

HTH


-peace

_________________________________________________________________
SEEK: Now with over 50,000 dream jobs! Click here: http://ninemsn.seek.com.au?hotmail


*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to