css - How to add a different color next to textbox in asp.net -


probably title kinda hard understand meant that, trying archive this.

img1

i trying add in textbox little orange part next button. tried create other div visible when select textbox. didnt work.

any suggestion?

something simple do?

button {    border-left: 2px solid red;  }
<button>browse games</button>


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -