2
I want a button to call another page inside a select. The problem is that using this code, the button is always outside the select.
<select>
<option>teste</option>
<option><input type=button value="Teste2"/></option>
</select>
Example: http://jsfiddle.net/r82v3vxn/
By a button inside a select you can’t... You can manipulate the select option with css to be identical to a button
– CesarMiguel
"Identical" I don’t know, but similar is really possible. I think that your suggestion would give an answer, @Cesarmiguel ;)
– bfavaretto