Results 1 to 4 of 4

Thread: How to create dropdown list under tab in HTML

  1. #1
    Join Date
    Nov 2008
    Posts
    109

    How to create dropdown list under tab in HTML

    Here i am creating new thread for the same problem mentioned under the HTML tab, now i also wanted to create the drop down list under the tab for better understanding i explains that, when we click on the tab the multiple options should get open under that, this options are available on most of the sites, please help

    Thanks

  2. #2
    Join Date
    Feb 2008
    Posts
    180

    Re: How to create dropdown list under tab in HTML

    You can check how a background responds to the mouse events without applying it. The HTML code to do this is quite simple and can be inserted anywhere on the page, between the <BODY> and </BODY> tags. To define the button's hot state appearance, set the "State offset" fields to 0, 1, and
    Code:
    <form name="tab list">
    <p align="center">
    <select name="menu">
    <option value="URL">Option1</option>
    <option value="URL">Option2</option>
    </select>
    <input type="button" onClick="location=.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
    </p>
    </form>
    Then the topmost state image will be set for the Normal state, next image. Also, you can test how the buttons web respond to the mouse events.

  3. #3
    Join Date
    Mar 2008
    Posts
    433

    Re: How to create dropdown list under tab in HTML

    you should explain how to change it. People who are coming to read this explanation like myself can copy the code and see that it works. Specify various values for spacing and padding for the whole menu and for each separate submenu. if you don’t want to have any of the choices show by default, you can add the text “Choose One” and set that as your selected option by adding this as the first option in your list:

    <option selected>Choose One</option>

  4. #4
    Join Date
    Feb 2008
    Posts
    180

    Re: How to create dropdown list under tab in HTML

    Specify Item Values is a dynamic property. Dynamic properties are identified by active labels that have a green underline that you can click to dynamically bind the property to a data source. if you want to put more than one dropdown menu on a page, they must have different form names or they will not work correctly. The things in the <option> tags get added to the menu as options.

Similar Threads

  1. dropdown list and parse xml!
    By bill90 in forum Software Development
    Replies: 2
    Last Post: 07-03-2012, 08:23 AM
  2. DropDown list in JSP
    By Isabella in forum Software Development
    Replies: 4
    Last Post: 22-07-2010, 12:28 PM
  3. JavaScript for Dropdown HTML control
    By Dilbert in forum Software Development
    Replies: 4
    Last Post: 06-02-2010, 04:32 AM
  4. How to create ordered list letters in HTML
    By Cadallic in forum Software Development
    Replies: 3
    Last Post: 03-08-2009, 10:29 AM
  5. IE8 Dropdown list can not open
    By advsnhal in forum Windows Software
    Replies: 5
    Last Post: 09-04-2009, 01:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,261,471.61394 seconds with 16 queries