PoppapumpJ
Programmer
I have a TD Tag
<TD id="Canvas_HideTD" class="Show_Hide_Menu">
Hide Menu
</TD>
My Styles.css class for this is:
.Show_Hide_Menu
{
cursor: hand;
height: 100%;
width: 10px;
}
The Problem is that The cursor stays as an arrow except over the text.
Any Suggestions.
Thanks
<TD id="Canvas_HideTD" class="Show_Hide_Menu">
Hide Menu
</TD>
My Styles.css class for this is:
.Show_Hide_Menu
{
cursor: hand;
height: 100%;
width: 10px;
}
The Problem is that The cursor stays as an arrow except over the text.
Any Suggestions.
Thanks