| Title | Under | Posted on |
|---|---|---|
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
| PSFT Authentication token failed for Node PSFT_HR | PeopleSoft Technical | 01/03/2012 - 12:21am |
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