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

Zach Patrick
19,209 PointsStyling for Internet Explorer
Should I even worry about styling for internet explorer? Do enough people use it?
The reason I ask is because background-attachment: fixed; doesn't work on ie and I really want to use it in my design.
1 Answer

edwardr
10,272 PointsZach,
IE's market share is about 13%-16%. Which is a lot of people. See https://www.netmarketshare.com/browser-market-share.aspx?qprid=2&qpcustomd=0
Ideally, websites can be viewed on any platform from phones to PCs and Macs. The more universal you can make your site the better.
Also, it is easier start by designing your site for small mobile screens then build on it for bigger platforms. This is easier than building a full-featured site then trying to cram it onto a small screen.
Hope this helps.