Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Select menu help

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45189
    Rohithzr
    Participant
    #137021
    Paulie_D
    Member

    Not sure a Select box is what you want…I’d be inclined to think more in terms of an unordered list.

    Functionality via JS.

    #137038
    Rohithzr
    Participant

    Well i want that when user clicks the list appears (fades in) and when user selects any one it gets selected so that i can be sent to database. if there is any other way , i would be happy to know.

    #137041
    Paulie_D
    Member

    Yeah but it’s REALLY hard to style browser elements like select boxes for what you want.

    An unordered list could be styled the way you want and js would do the effects and submission etc.

    #137043
    Rohithzr
    Participant

    ok so in that direction i know this much

    onclick div – display popup [fade in/out effect by js]

    onclick popupdiv – close the popup.

    PROBLEMS

    how to exchange the value of main div [single one]

    how to submit a corresponding value

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.