Forum Moderators: not2easy
I don't know what browser svoltmer is targeting, but in IE, I do "onclick" events all the time on every sort of object on the page-- if you've got a TD with a bgimage, you can simulate the same effect as an href (for the most part). This would allow for any content to appear in the TD (or span or div) and still the click "on the image" would get fired.
Other than fancy footwork, I have to agree with AWildman that given the params, an anchor at fixed dimensions with a nbsp makes most sense:
.aclass {
background: url('images/picture.gif') repeat:no;
width:177px;
height:114px;
}
<a href="neverneverland.htm" class="aclass"> </a>
Here is the HTML:
<div class="rightbar">
<a href="page_name.html" class="class1"> </a>
<span class="class2"><span class="class3">
<a href="page_name2.html">"yada yada yada</span><br />yada yada yada</a></span></div>
btw: if your image isn't showing up for background-image:url(), then double-check your syntax. The reason I say that is that the title of your discussion contains "backgroun-image".
just trying to help
-bronius