Here is what I have in the head section:
and here is one of the elements I am trying to apply it to:Code:.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; }
(i know hand is not standardCode:<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>)
thanks in advace
Michael




)
Reply With Quote