Chris__T
Posts: 339
|
| Posted: 05/02/2006, 7:00 AM |
|
In the database, a record holds various data, including the date and, let's say, a Tracking number.
When you have a search button for the date, and use the datepicker to fill in the textbox to search on, can you have one of those "tip boxes" appear when you mouse -over a date (before you click it)?
And, let's say you mouse-over on May 2. Can you program it so the tip box shows the tracking number of all the records that have a date of May 2?
This is not work related and there is no time limit, but sounds like an interesting project to tinker with, and would come in handy for future projects. I'm still trying to figure out if it's feasible.
|
 |
 |
marcwolf
Posts: 361
|
| Posted: 05/02/2006, 8:10 PM |
|
Hi
This is going to be tricky with CCS.
If one was working with pure HTML then you could put a HTML label in the <IMG> tag ans assign an alt="aaaa"
However putting a label within the DatePicker CCS tag causes CCS to complain.
It might set you thinking on a possible solution from my own observations
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
Waspman
Posts: 948
|
| Posted: 05/03/2006, 12:53 AM |
|
Everythings work related
I'd have to ask what you're hoping to achieve with this and that would determine the solution.
I use the calendar function in a similar way.
Starting with a full screen calendar the user selects a element on that date and both the date and the item are passed on to do a variety of things.
Tony
_________________
http://www.waspmedia.co.uk |
 |
 |
|