|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I would like to make popup menus similar to the ones on www.php.net that come up when you hover the mouse over the quickref or search buttons. Does anybody know how they did that, or where I can find scripts to do that?
|
|
#2
|
|||
|
|||
|
They give you info on their site:
http://www.php.net/FAQ.php#1.5 |
|
#3
|
|||
|
|||
|
onmouseover
Its a Javascript command that allows you to do it. Example... <a href="news.htm" target="main" onMouseOver="window.status='Click here to see the current news';return true"> Current News</a> For what you are trying to do it would have to be modified to do more than change the status bar, but thats the general gist of it unless you want to go into PHP (which a lot of sites still don't support), all I've found so far support Javascript. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > how to make popup menus like www.php.net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|