Jump to content

Remover Setas e scroll de select


Go to solution Solved by nelsonr,

Recommended Posts

Posted

Olá

Eu tenho:

<select name="tipo"style="height:65px;width:100%;font-size:25px; background: #EEE9E9; " size="2">
 <option name="123" value="one"> Troca </option>
 <option name="456" value="two"> Procuro </option>
</select>
 

select.jpg

Quero ocultar as setas e a barra de rolagem (scroll), já experimentei de várias maneiras e nada...

Alguém me pode ajudar?

  • Solution
Posted

Podes tentar aldrabar com algo assim 😄

<div style="width:100%; height:65px; overflow:hidden">
   <select  name="tipo"style="height:100%;width:120%;font-size:25px; background: #EEE9E9; " size="2">
       <option name="123" value="one"> Troca </option>
       <option name="456" value="two"> Procuro </option>
   </select>
</div>
  • Vote 1
Posted

Podes tentar aldrabar com algo assim 😄

<div style="width:100%; height:65px; overflow:hidden">
<select  name="tipo"style="height:100%;width:120%;font-size:25px; background: #EEE9E9; " size="2">
	<option name="123" value="one"> Troca </option>
	<option name="456" value="two"> Procuro </option>
</select>
</div>

Esta deu! 👍😁

Obrigado!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.