i try to create effect, when someone click option in select option this will show another “select option box” , you can see here http://jsfiddle.net/ruslyrossi/Qxke8/1/ .
The problem is this effect or script only can work with browser mozilla not with chrome or ie.
I am not sure if the click event is valid on options. i.e. use ‘change’ event handler, instead of ‘click’.
Try this Working Demo here: http://jsfiddle.net/HVSyC/
Rest should fit your need
:)Further if you keen: Click event on select option element in chrome
Code