Forums

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

Home Forums JavaScript Styling select dropdowns with jQuery

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24244
    srhnbr
    Member

    Hello everyone,
    I search and search without any decent result.
    I’d like to use js to style my select dropdowns but I don’t seem to be able to find a good plugin for this.
    Could anyone help?
    Please?

    #54393
    Rob MacKay
    Participant

    Do you mean you want JS to enable your drop downs to do something interesting other than just appear? You dont really style things, other than animations, in your JS otherwise it gets a little messy… best to call it in and attach it to the menu items…

    What are you tryin to do? make a nice java enabled dropdown menu?

    #54402
    srhnbr
    Member
    "Robskiwarrior" wrote:
    Do you mean you want JS to enable your drop downs to do something interesting other than just appear? You dont really style things, other than animations, in your JS otherwise it gets a little messy… best to call it in and attach it to the menu items…

    What are you tryin to do? make a nice java enabled dropdown menu?

    If one tries to style the select elemnt with css you get different results in different browsers.
    All I want, is to have my styles (just some border colour and background colour, nothing all that fancy) be the same in most modern browsers.

    Has nobody else ever wanted nice looking select dropdowns?

    #54405
    JRGould
    Member

    not jquery, but have a look at niceforms: http://www.emblematiq.com/projects/niceforms/

    #54406
    srhnbr
    Member
    "JRGould" wrote:
    not jquery, but have a look at niceforms: http://www.emblematiq.com/projects/niceforms/

    Thank you!

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