Hi,
I have this table cell
<td class="contextM enu"</td>
and then this definition in my stylesheet
..contextMenu {
width: 16px;
height: 16px;
background-image:url('../images/menu_arrow.JPG' );
cursor: pointer;
}
..contextMenu:h over {
width: 16px;
height: 16px;
background-image:url('../images/menu_arrow_hove r.JPG');
cursor: pointer;
}
But, as you can probably guess, on PC Firefox, when I move my cursor
over the table cell, the background graphic does not change. What's
hte proper way to make the background image appear? I have verified
the path is correct.
Thanks, - Dave
I have this table cell
<td class="contextM enu"</td>
and then this definition in my stylesheet
..contextMenu {
width: 16px;
height: 16px;
background-image:url('../images/menu_arrow.JPG' );
cursor: pointer;
}
..contextMenu:h over {
width: 16px;
height: 16px;
background-image:url('../images/menu_arrow_hove r.JPG');
cursor: pointer;
}
But, as you can probably guess, on PC Firefox, when I move my cursor
over the table cell, the background graphic does not change. What's
hte proper way to make the background image appear? I have verified
the path is correct.
Thanks, - Dave
Comment