I may be a fool for writing a popup calendar from scratch.  There are many out there on the Web to pick from.  And most offer more features.  But it bothers me when I'm after a certain look and feel and footprint and not smart enough to figure out somebody else's code - and change it.  So I wrote one from scratch.
http://www.radile.com/rdweb/apps/testing/calendar_popup.html
In Firefox there's a cool hover effect, accomplished by a style-sheet class.  I'm not sure how to do that effect in IE.
.daz {
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width:14%;
    background-color: #FFFFD7;
}
td.daz:hover {
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width:14%;
    background-color: #CCCCCC;
    border: thin outset;
}
Anyway, it's Friday and sometimes it's nice to see what others are doing with Web interfaces.
Nathan.
      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
As an Amazon Associate we earn from qualifying purchases.
	
 
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.