treehouse : what would you like to learn today?
Web Design Web Development iOS Development

downpour046

  • What headline font with Proxima Nova for body?

    Using @font is a completely different license from just purchasing the font itself. IF I recall proxima nova is expensive, so be careful! Can always hit Google's free web fonts. You can type in your headers,sentences, or paragraphs and do si…
    Comment by downpour046 December 2012 permalink
  • Internet explorer bug

    @Senff Windows phones use IE10 FYI @AttilaEgyed Can you provide more information? Try a slight re-organization of your properties and add quotes: background: url("../img/gradientFix.jpg") repeat-x #fff;
    Comment by downpour046 December 2012 permalink
  • CSS issue with HTML 5 and IE

    Hi, I've noticed two things. 1) your have a JavaScript error in < IE8. This error is probably causing an issue with your HTML5 elements. You have HTML5 elements like IE7 + IE8 do not support HTML5 tags. Your JavaScript may …
    Comment by downpour046 December 2012 permalink
  • Problem with inline-block

    You wrote it like this? #yourElement { display: inline-block; *display: inline; zoom: 1; } Write it in that order. If that doesn't work then something else is wrong as that is the IE7 fix for that. IE7 does not suppor…
    Comment by downpour046 December 2012 permalink
  • Bad font rendering by webkit browsers on windows machines.

    Fonts can typically look poor if your environment does not have installed mime-types for that specific font. Hosting companies like GoDaddy and others can also provide hardships to some and require workarounds. http://stackoverflow.com/questions/7…
    Comment by downpour046 December 2012 permalink
  • Do you think it is possible to get good front end developer job being very young?

    First off, you are in a great career field. It's less competitive than other positions out there but you have to have a passion for it. There is a lot of money in this field, and in my opinion few front end developers out there who are actual…
    Comment by downpour046 December 2012 permalink