To create POPUP menu.

Your rating: None Average: 4 (1 vote)

Please fin attachment for same.

AttachmentSize
To create popupmenu.doc215.5 KB
Please try to help out with unanswered topics on the forum. Chances are you have had the same issue/question some time in your IT career!

Comments

Have a question? Please ask it on the forum instead.
Lepa's picture
User offline. Last seen 2 days 12 hours ago. Offline
Joined: 06/23/2008
Posts: 479
Re: To create POPUP menu.

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

geox's picture
User offline. Last seen 26 weeks 6 days ago. Offline
Joined: 02/25/2010
Posts: 4
Re: To create POPUP menu.

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

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
13 + 5 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Unanswered Forum Posts