Unable to style dropdown-form? (HTML/CSS beginner)
Go to solution
Solved by FliP0x,
Did some research, the way it should work is like:
<input list="fname, lname" name="inputlist">
Instead of an ID, an input list wants a name.
CSS:
input[name="inputlist"]{
width: 150px;
display: block;
margin-bottom: 10px;
background-color: yellow;}
-
Topics
-
2
-
5
-
popularlion ·
Posted in Troubleshooting3 -
1
-
CallMe_David ·
Posted in Programs, Apps and Websites0 -
0
-
FancyPants101 ·
Posted in Troubleshooting1 -
BoBo6107 ·
Posted in LTTStore.com Merch0 -
R_public ·
Posted in Networking14 -
apoyusiken ·
Posted in PC Gaming7
-

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 accountSign in
Already have an account? Sign in here.
Sign In Now