Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLearning coding
Front End Web Development Techdegree Student 9,937 PointsHow do I program a checkmark after selecting the job-role as in the video?
Just build this awesome signup form, but with the checkmark after selecting a job-role would be nicer :)
1 Answer
Joachim Larsen
12,140 PointsHi, Rene! :-)
If you're talking about the little check mark that is shown in the select list when the teacher re-opens the list, i think this is a browser feature, and the teacher seems to be on Chrome for MacOs.
The rendering of dropdown menus, checkboxes and radio buttons varies in looks between different browsers and operating systems. For instance, a dropdown menu like this, as well as date fields, are rendered like a "select wheel" on an iPhone. There's very little we can do to style elements like these, except creating our own in javascript/css.