html - How do I make buttons moved through css pushable when z-index doesn't work? -


i have 2 buttons , <select> this:

<div style="position: relative; bottom: +93; margin-left: 200px;">   <button name="" value="">bypass</button>   <button name="open" value="n">bypass</button> </div> <div style="position: relative; bottom: +115px; font-size: 13px; margin-left: -341px;">amount: <select name="onelink"><option value="0">select</option><option value="1">1</option></select></div> 

right now, cant click buttons, <select>, if add z-index: 1; buttons, cant click <select> anymore. how can fix this?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -