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 trial

CSS

Having issues with HTML/CSS form select in firefox Cross browser help

Hey everyone,

I'm just working on this site for my business and in my contact form I am having an issue with the HTML form select dropdown in firefox.

In safari and chrome it works perfectly fine however in firefox the dropdown is appearing outside of the form and I can't seem to figure out why.

I think I am possibly having a huge brain fart and it is probably really obvious just need a second pair of eyes to have a look

The site address is http://likewater.ca

Just click the button on the bottom that says 'click me' haven't coded it yet.

help is greatly appreciated,

Cheers!

1 Answer

Ok so don't know if this is something but you have a syntax error

 <p class="phone" id="inline">
 <input name="text" type="tel" class="validate[required,length[9,300]] feedback-input" id="phone" placeholder="Phone"></input>
 </p>

the input is a self closing tag just use

 <input type="text">