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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -