You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just came across someone using another form stylesheet and customSelect who found an easily fixable bug.
Basically, because you're absolutely positioning select elements, you should also be setting position:relative on the desired parent, probably form, and not assuming that there aren't inherited properties, or other non static elements that will affect them.
Just came across someone using another form stylesheet and customSelect who found an easily fixable bug.
Basically, because you're absolutely positioning select elements, you should also be setting position:relative on the desired parent, probably form, and not assuming that there aren't inherited properties, or other non static elements that will affect them.
http://jsfiddle.net/hysHB/1308/
Cheers
The text was updated successfully, but these errors were encountered: