javascript - Syle not getting applied to dropdown -
i've been tinkering little bit , can't quite understand why styles applied search text box not dropdown on template. ideas on why happening.
template: http://kansasoutlawwrestling.com/peach/tables.html
i can see what's happening, although don't know enough plugin tell why. there 2 "dropdown menus" in working example. 1 real html <select> tag <option> tags, form element hidden style="display: none" attribute.
what you're seeing on page fancy, styled <div> tag designed dropdown menu. <select> tag there compatibility older browsers, or maybe if user has javascript disabled.
you'll need figure out need plugin create fake dropdown overlay you. it's matter of creating <div> or other element , applying css class it.
Comments
Post a Comment