So if the question is unclear, here a sketch of what I want. I couldn't find a similar question regarding this matter so that's why I'm asking.
I want it to be as simple as possible and css-only.
<div class="myselectbox">My Selectbox
<select class="myselect_class" id="myselect_id">
<option>OPT1</option>
<option>OPT2</option>
<option>OPT3</option>
<option>OPT4</option>
</select>
</div>
Thanks in advance