Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    Hmm - had a good old search of the css for the base jquery ui and I can't find anything to do with "detail" or "summary".
  2. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    Aha! getting a bit closer now guys. Not really Javascript, but CSS, when I removed references to this CSS: <link href="....jquery.ui.all.css" rel="stylesheet" type="text/css" /> <link href="...jquery.ui.autocomplete.css" rel="stylesheet" type="text/css" /> it worked - however not really sure...
  3. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    I was about to send you the whole code - but it worked before I sent it to you - the only difference is that the dropdown is being popped by some javascript (to list years from 1700 - present). So I suspsect it must be something to do with the javascript.
  4. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    Hi, I think I put in my original question that if I take the dropdown out of the detail tag it works fine :)
  5. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    The details tag expands and contracts no problem, and reveals the select/option drop down too. The problem is when you click on the drop down - you cannot click an item within the dropdown because it loses focus or something - the details section still remains open. It's just the drop down list...
  6. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    OK - sorry, the code is simple, like this: <details> <select> <option>red</option> <option>green</option> <option>blue</option> </select> </details> Cheers
  7. earnshaw1943

    Strange behavior of drop down list in DETAILS tag

    I have a drop down list (SELECT,OPTION) in a DETAILS tag and it doesn't seem to work properly. Whenever you click the drop down list it instantly closes again and as a result you are unable to select anything in the list. If I take the drop down list out of the DETAILS tag then it works just...

Part and Inventory Search

Back
Top