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

HTML

Igor Pavlenko
Igor Pavlenko
12,925 Points

how to disable web page to be seen in the Internet Explorer ?

i am working on my first project. It looks as i planned in Chrome and Opera. For some reason the "Signature Chef dish" section, looks off on Firefox. I suspect it has something to do with grid i implemented there ?

Can you guys see where is the issue ? Also i want to disable view on the IE ans it looks like a complete mess on it lol ?

And if you can give me some feedback on the overall design and feel of the project will much appreciate !!!!

url: http://www.chefmarwanslim.com

the code

https://github.com/Igor2122/marwan-3-0.git

1 Answer

Steven Parker
Steven Parker
231,072 Points

You might find this MDN article useful: Browser detection using the user agent. It talks about how to detect browser versions, but more importantly, why this should be avoided.