× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



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 thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.