HTML - How To Create A Sub-menu?
Hi all,
I have a menu as a list.... <ul> <li><a href="/jsp/forms_center/hr_general.jsp">HR General</a></li> <li> </li> <li><a href="/jsp/forms_center/benefits.jsp">Benefits</a></li> <li> </li> <li><a href="/jsp/forms_center/payroll.jsp">Payroll</a></li> <li> </li> <li><a href="/jsp/forms_center/it_forms.jsp">IT</a></li> <li> </li> <li><a href="/jsp/forms_center/office_forms.jsp">Office Services</a></li> <li> </li> </ul> From this I would like to have a separate sub-menu for each item on the list. For example when they move the mouse over benefits a separate menu should come up showing different benefits. Any suggestions? Thanks in advance for any help, Jehan Similar TutorialsHey guys, Im relatively new to html, although i have a good amount of college programming experience. What im trying to do is create a static menu (home, about us, products etc.) so that every sub page of the site can reference it without needing the menu code as part of that sub page. This is for obvious reasons: if i want to add a menu item, i dont want to have to add its link to the 'home' page, the 'products' page etc. Hopefully this makes sense. If this has been posted before, i would gladly take a link. I tried searching, but am unsure of the proper query (because i barely know how to explain what i mean in english lol) Any help is just awesome. Thanks, Travis p.s. Im no good with CSS; if there is a way of avoiding them that'd be great. This is hobby, and i will learn if necessary but would prefer not to. Hey folks! I guess since I'm new, I can only post in certain catagories. So this is probably not the right place for this thread. (Thats pretty.,uh.....annoying since htmlforums.com is suppose to be a place where people come for help with website construction.) Anyway.,I want to create a drop-down-menu on my pages since I eventually will end up with many. I have a navigation link named 'Archives' on my current pages. I would like to see a drop-down-menu appear when you hover over this link. Can someone please point me to a tutorial on how to do this, or look at my source code/style sheet and show me what to add, and where to add it? (style sheet= http://www.flyfamilyguy.my2gig.com/style.css Thanks! Hello How can I create the below drop menu in Front Page I find the drop menu in this page http://www.flynas.com/eng/index.html I want create same the drop menu and same the color on it how can i do this in Front Page thank you I would like to create a hierarchical text menu for my site, that does not require me to have a different menu for each page. I am currently creating UL's for each page then adding that to the page to display the menu. Example: Creating page called "Sidebar.htm", adding a UL, then using webbot to add that page to the home page: <ul> <li><a href="foundationvents.htm">Automatic Foundation Vents</a></li> <!---<li><a href="#">Home Insulation</a></li> <li><a href="#">Security Systems</a></li> ---> <li><a href="waterheaters.htm">Tankless Water Heaters</a></li> <!---<li><a href="#">Home Windows</a></li>---> </ul> I then create another page called "Sidebar1.htm", and proceed to do the same thing for the next page: <ul> <li><a href="foundationvents.htm">Automatic Foundation Vents</a></li> <!---<li><a href="#">Home Insulation</a></li> <li><a href="#">Security Systems</a></li> ---> <li><a href="waterheaters.htm">Tankless Water Heaters</a></li> <ul> <li><a href="waterheaters1.htm">How do they work?</a></li> <li><a href="waterheaters2.htm">How much can I save?</a></li> </ul> <!---<li><a href="#">Home Windows</a></li>---> </ul> There has got to be an easier and more organized way to create a hierarchical text menu and I would appreciate any suggestions about how to do it. Thanks, Chuck I want to sell some stuff over the internet like cloths.... And I use Pagseguro (Its a brazilain thing, like paypal). So, I have this wordpress site, with pagseguro plugin installed on it. To add products on my posts I use the following code to get the Add to cart button. HTML Code: <object><form method="post" action="" style="display:inline"> <input type="submit" value="Adicionar ao Carrinho" /> <input type="hidden" name="product" value="[b]PRODUCTNAME[/b]" /><input type="hidden" name="price" value="PRODUCTPRICE" /><input type="hidden" name="addcart" value="1" /><input type="hidden" name="cartLink" value="<?php the_permalink() ?>" /> </form></object> The thing is, the plugin is really simple. All it does is: show "add to cart" button and the "pay" button. And like I said, I want to sell cloths. To sell cloths there got to be the Sizes: "S""M""L" and color. And what I wanted to do is: Create a form like this: HTML Code: <form name="jump"> <p align="center"> <select name="menu"> <option value="URL">Text that will appear in the choices</option> <option value="URL">Text that will appear in the choices</option> <option value="URL">Text that will appear in the choices</option> </select> <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> </p> </form> (I found that on http://personal-computer-tutor.com/dropdownlist.htm) On the options there would be the sizes for my clients to choose. And on the "ADD TO CART CODE" (the first code on the top) on the "PRODUCTNAME" part would be a PHP or something that would gather the clients choice and add it there. So when he press the button the product he chose would show on the cart with the size in parentesis. Like this: HTML Code: <object><form method="post" action="" style="display:inline"> <input type="submit" value="Adicionar ao Carrinho" /> <input type="hidden" name="product" value="Alpinestars (<?php GET FORM VALUE ?>)" /><input type="hidden" name="price" value="PRODUCTPRICE" /><input type="hidden" name="addcart" value="1" /><input type="hidden" name="cartLink" value="<?php the_permalink() ?>" /> </form></object> (for the button) and if he chooses small it be like this on the shopping cart: Alpinestars (Small) I know its really difficult to understand My english is really bad. But im really sad because I cant do this by any way. Could yall please help me with my problem? Thank You. not sure if i need a js for this but I have a web page using page jump links to navigate a FAQ page. However, I would rather have a drop down menu/form with the links instead of a list of text links. Anybody have a clue? thanks in advance. This is what I have so far as an example... <form name="jump"><select id="select" name="select"> <option value="" selected="selected">Select</option> <option value="#1">Category 1</option> </select></form> <a id="1" name="1"></a> Category 1 How to create explorer like menu in Html or java script? eg + Game(inside this Cricket and Football) when click on + sign it become like-- - Game -Cricket -Football Can anybody suggest me, by which command I can do it? Commercial Removals || Removals and Storage||Specialist Removals I am trying to get rid of the "You have to click to activate this function" mumbo jumbo for a site I am doing. I tried following these directions... http://www.adobe.com/devnet/activeco...devletter.html but am having a rough time getting it to work... here is my code. Code: <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','900','height','140','src','GoodDock','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','GoodDock' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="140"> <param name="movie" value="images/GoodDock.swf" /> <param name="quality" value="high" /> <embed src="images/GoodDock.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="140"></embed> </object></noscript> Hello, I'm new to this forum, so first, hello! Actually, I'm new to web design in general but have taken on the role at the church I work at because our old site was a mess. I downloaded some nice looking templates and have been using them as a foundation. The site is www.miamibc.com. If you go there and look at the header menu (home, about us, etc), I want to consolidate that menu some and add a drop down menu with more choices. Is there a way I can do this while keeping it looking the way it does now? If you need any more info from me, let me know. Thanks for your help! Ben I am looking to sell -shirts on Ebay and I would like to be able to point customers to my ebay store by links on the auction page similar to this seller here. http://<br />
http://cgi.ebay.com/C...QQcmdZViewItem Can someone tell me how to create something similar to what this seller has posted at the top where the blinking letters read Click on your size with the shirt sizes just to the right of that? Thank you! How do you create a box, table, sidebar, or whatever you call it on the side of your webpage to place links to other pages on your site, so that it is separated from the body of your webpage? Obviously I am new to webpage creation and HTML, so any help is appreciated I have an online Html game and was wondering if it is possible to make some sort of scoreboard system for it, the scoreboard just needs to be a list of names that someone can add themselves too. I need it so that when you get to the final finished page in the game you can enter your name once. I would like this list to be seen on the homepage but without the option to add your name to it. Thanks in advanced for any help. TTC, Hi Experts, I want to create the page structure shown in the snapshot below using CSS and HTML. The header part is an image which is off same size as shown in the snapshot. All the blue boxes are links, along with the lists in the bottom of the page. Hi everyone, I am a new member of the forum. It is very pleasant for me to be in this forum. I read in the HTML for Dummies book and see the instruction of creating a background for the Website: "If you like backgrounds that provide a veritcal band down one side, you can create those backgrounds by making very short (just a few pixels) and very wide (at least 1280 pixels) images that look like a cross-section of the background effect you want. That image, after you tile it, produces aband down the side of the monitor" I don't really know how to do the background like the instruction above. Can anyone give me some advice to do it? Thanks a lot. I want to create a Link bar, just like n4g's. Look right at the top and you will see a grey bar with liinks. How do i go about doing this? Thanks http://n4g.com/ ok so im a rtard with computers and im tring to be a webmaster lol. i got stuff like this http://adultfriendfinder.com/go/g1293359-ppc that im wondering if i can make it a link in email or on my friend finder profile or in a setting like this. and what about **** like this <script type="text/javascript" src="http://banners.cams.com/go/page/js_ad_pop?plain_text=1&skip_lpo=1&win_width=1024&win_height=768&page=model&pid=g1293359-pct&lang=english" charset="iso-8859-1"></script> What do you use to create a website??? HTML editors WordPress notepad ++ HTML kit Dreamweaver cs3 How do you pick a minimum resolution for the website? Such as the width? Whats the current standard for browsers today would you say most people have today, 1000px wide would be a good guess? Ash Not sure if you can make your own forum, in HTML but I would definitely like to! let me know if you have any suggestions or sites that help with this. I want to link to a website in such a manner so that when the person clicks on the link, a new browser window pops up in front of the current window? How is it done? |