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

AdamC

  • Two Column text flow

    It probably would. Damn shame it is barely supported by any browser. http://caniuse.com/css-regions
    Comment by AdamC January 8 permalink
  • Which is faster: nth-child(odd) or nth-child(2n+1)

    Does it take any extra time to look up and process the keyword 'odd'?
    Comment by AdamC January 7 permalink
  • CSS navigation issues

    Try to take off the 6px text indent on this line: #navigation .menu ul li { border: medium none; display: block; float: none; margin: 0; padding: 0 1px 0 0; text-align: left; text-indent: 6px; --- KILL TH…
    Comment by AdamC November 2012 permalink
  • How to be Fluent in English ?

    Hi amis, If finding native English speakers in your country is a problem then perhaps you could talk to some English-speaking friends who have Skype and have a conversation that way. Good luck.
    Comment by AdamC September 2012 permalink
  • LoVe HAte. Link Style Ordering: What about :focus?

    Ha! Nice. Sounds like my love life at the moment.
    Comment by AdamC September 2012 permalink
  • navigation woes

    There doesn't appear to be any fixed width so I cannot determine why your menu is not expanding as it should. The example I made seems to work just fine. I have also removed the SPANS that were flanking your menu and replaced them with :before …
    Comment by AdamC September 2012 permalink
  • z-index issue

    Hi guys, I've extended this ever so slightly. Instead of employing an empty SPAN, I've added in the word 'featured' and used the newer version image replacement technique to hide the text. So now you can aid your SEO (slightly) …
    Comment by AdamC September 2012 permalink