Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Stephanie Beckwith
1,866 PointsMy code for HTML forms is not working in Safari, but it does in Firefox…does anyone know why?
It's not showing the legend coding that was added or the drop down menu.
9 Answers

Vince Mendella
6,480 PointsI copied the code and ran it in Safari and it works fine for me. The legend shows up and the dropdown shows up. Try clearing the cache and then reload it. I noticed the code that you posted you don't have the checkboxes or the radio buttons done yet.

Calvin Nix
43,828 PointsHey Stephanie,
Could you post the code that you are not using? It might be as simple as it isn't supported in Safari. If you have ever tried to develop for Internet Explorer you will experience these kinds of inconsistencies A LOT.
Thanks, Calvin

Stephanie Beckwith
1,866 PointsI just posted the code, thanks for your help!

Calvin Nix
43,828 PointsStephanie,
What version of Safari are you using?
Thanks, Calvin

Stephanie Beckwith
1,866 PointsSafari 6.1.5

Calvin Nix
43,828 PointsSo this should be working.
Let me take a more in depth look at the code. It is possible that there isn't some markup that Safari is looking for.
I just tested in Chrome and IE and it works just fine.

Stephanie Beckwith
1,866 PointsThanks for your help…I'm not sure why its not working….

Orlando D. Alvarez
4,639 PointsI'm seeing this often, I mean problems with the code in other browsers. I think is better if you download chrome and avoid this "issue" with other browsers.

Stephanie Beckwith
1,866 PointsThanks Vince! Clearing the cache worked perfectly, I will check that from now on when I have issues first! Yes, I haven't done the code for the checkboxes or the radio buttons yet, I wanted to figure out this issue before I moved on. Thank you everybody for your help!
Stephanie Beckwith
1,866 PointsStephanie Beckwith
1,866 Points