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

Missing letters in font

Hello,

I have this page and in Mozilla Firefox sometimes it has some missing words in font, Chrome, Opera, Iphone etc. work fine.

Thanks

5 Answers

Use firebug to find what is wrong in your code.Try to validate your CSS and HTML files.

There is no errors, actually there was one but not important to this issue, even when edited problem still persist.

Can it be font problem?

In my firebug i found two errors and 4 warnings.And your link must be after the normalize.css.

And if you validate your CSS you will find 7 errors and 25 warnings.

W3C is recognizing error here because of calc element, why is that?

Thanks

.fleft { float: left; width: calc(50% - 40px); padding:0px 20px; }

.fright { float: right; width: calc(50% - 40px); padding:0px 20px; }

.secondpanelwrapper p { width: calc(100% - 20px); margin-top: 0px; margin-bottom:25px; }

This element is not supported by all browsers.You must use hacks to solve your problem.

http://caniuse.com/calc