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 CSS Layout Techniques Display Modes Table Display

"initial" not supported by IE

According to the Mozilla Developer Network (MDN), the "initial" keyword is not supported in Internet Explorer. Is there something we can use that will work across all browsers?

1 Answer

Steven Parker
Steven Parker
229,732 Points

How about only setting properties to the values you need them to have?

What's the situation where you need to use initial? Show your code, perhaps there's a specific way to address it.

Actually I'm referring to the "Table Display" video at around the 6:00 mark. The instructor uses "initial" for some properties in the media query.