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.

http://jsfiddle.net/nnk7s/2/

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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -