| Title | Under | Posted on |
|---|---|---|
| How to run nvision report through portal | PeopleSoft Technical | 08/31/2010 - 4:45am |
| Any1 here who can help? | PeopleSoft Technical | 08/31/2010 - 2:12am |
| How to create matrix layout | PeopleSoft Technical | 08/27/2010 - 2:22am |
| UnCaught C++ Exception | PeopleSoft Technical | 08/10/2010 - 9:05am |
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