| Title | Under | Posted on |
|---|---|---|
| Abs Mgmt: How can Abs rule pro-rate contractor's last month's entitlement (need help urgently) | PeopleSoft Functional | 03/10/2010 - 9:21pm |
| Can we user LONG datatype as a search option in PeopleSoft | PeopleSoft Technical | 03/10/2010 - 11:22am |
| special caracters are not translated correctly when ftp from windows to unix | Programming | 03/09/2010 - 3:23pm |
| How to view the employees from particular country in peoplesoft? | PeopleSoft Technical | 03/03/2010 - 1:56am |
Comments
I've always wondered how to use a Popup menu. Thanks for the info chandrashekhar!
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
It should look like HTML our popup menu. Everything here is very simple - all the menus are nested lists.
<ul class="dropdown"> <li ><a href="/html-css/css-drop-down-menu/">first</a></li> <li><a href="./" class="dir">second</a> <ul> <li><a class="dir" href="/html-css/">HTML & CSS</a> <ul> <li><a href="#">HTML</a></li> <li><a href="#">CSS</a></li> </ul> </li> <li><a href="/js/">JavaScript</a></li> <li><a href="/photoshop/">Photoshop</a></li> </ul> </li> </ul>To explore possibilities, see HTML Tutorial resource.
Post new comment