|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
dynamic text rollover
I've found examples of changing button images when rolled over by a cursor, but I am interested in bringing up a small area with text specific to the link rolled over.
For instance, on a calendar app. rolling over a date and seeing the event that exists on that date. Has anyone seen an example of this? thanks. |
|
#2
|
|||
|
|||
|
RE: dynamic text rollover
What you are talking about cannot be coding using PHP. You could either use come simple HTML for a tool-tip, or some DHTML and JavaScript for something greater. Short answer: add this to a tag to make a small, pop-up textbox:
title="text" Example: <a href="page.php" title="Click here to view the results">Results</a> Hope that helped. |
|
#4
|
|||
|
|||
|
RE: dynamic text rollover
thanks for the information.
I was hoping for dynamic data in the popup area, I did find a collection of scripts, but I'm new to this and using perl and PHP together isn't something I've tried to do yet. thanks again... the demo pages on the link below show the desired results. http://localhost/images/doc/try.html |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > dynamic text rollover |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|