msimmons
Nov 6th, 2002, 02:47 PM
Here is what I have in the head section:
.bordercoloredi { font-family:times; font-size: 12pt; color:ffffff; border-bottom: none; border-right: none; }
.bordercoloredi:hover { border-bottom: 1px outset #ffffff; border-right: 1px outset #ffffff; }
and here is one of the elements I am trying to apply it to:
<a id="date_i" class="bordercoloredi" style="width:10px; cursor:hand;" onMousedown="document.getElementById('datetext').style.display = 'block';" onMouseup="document.getElementById('datetext').style.display = 'none';">i</a>
(i know hand is not standard :) )
thanks in advace
Michael
.bordercoloredi { font-family:times; font-size: 12pt; color:ffffff; border-bottom: none; border-right: none; }
.bordercoloredi:hover { border-bottom: 1px outset #ffffff; border-right: 1px outset #ffffff; }
and here is one of the elements I am trying to apply it to:
<a id="date_i" class="bordercoloredi" style="width:10px; cursor:hand;" onMousedown="document.getElementById('datetext').style.display = 'block';" onMouseup="document.getElementById('datetext').style.display = 'none';">i</a>
(i know hand is not standard :) )
thanks in advace
Michael