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

Oskar

  • How to achieve this border on paragraphs?

    Not entirely solved, I can't seem to find a way to decrease the distance with negative padding, relative positioning and line-height. Increasing it works fine tho.
    Comment by Oskar January 2012 permalink
  • How to achieve this border on paragraphs?

    Working with an extra span, line-height and padding-bottom seems to do the job. @mottie, no - not necessarily a big thing, but you know… the details ;-) Thanks all of you!
    Comment by Oskar January 2012 permalink
  • List item content misbehaving

    Quick, easy solution is to float column1 to the left.
    Comment by Oskar January 2012 permalink
  • Border-image problem

    Thank you. I got a bit further with a 21x21px image with borders all the way around looking like this: http://cl.ly/4RsR/Screen_shot_2011-02-08_at_5.14.49_PM.png However, I cannot get the middle parts to work. border: 1px solid; border-image: url(b…
    Comment by Oskar February 2011 permalink
  • Vertical, looping news ticker?

    Aye, it's for jQuery. And it's for an 42" monitor hanging on a wall :) That demo shows most of what I'd like to do but can't really use that technique, since it relies on absolute positioning and doesn't scroll continu…
    Comment by Oskar August 2009 permalink
  • Vertical, looping news ticker?

    Sorry, I should have expressed myself more clearly. What I need is ideas to how this could be solved. I think I should be able to code most of it myself once I get the idea. Let's take a simple unordered list as example. It needs to: - Contin…
    Comment by Oskar August 2009 permalink
  • Maxlength textarea

    I've found a little glitch, the expression matches [tag]four[/tag] just fine (as 4 chars), but [url=someurlhere]test[url] fails. I've tried some things but none are working for me. Is there a simple fix? As most others I'm not too fo…
    Comment by Oskar May 2009 permalink
  • Maxlength textarea

    Justin, that worked wonders! Thank you very very much :)
    Comment by Oskar May 2009 permalink
  • jQuery dog-ear?

    That is the exact page I had forgotten. Thanks a bunch. Now if we could only make it curl back automatically ;-)
    Comment by Oskar March 2009 permalink
  • jQuery dog-ear?

    Not sure dog-ear is the right English expression so here's a picture of it. I'd like to be able to draaaaag it, thereby revealing something else beneath it. http://lyf.dk/u/dogear.png
    Comment by Oskar March 2009 permalink
  • 100% height again

    Hm, just found this: div { min-height: 100% } and two nested divs The result is that inner div is not 100% of body. The reason is because 'height' is not explicitly defined for the outer div, so the percentage in the inner is calcu…
    Comment by Oskar February 2009 permalink
  • Dom traversion: find "," ??

    Aha, that was what I was afraid of. I ended up using your method with $(this).next().fadeOut(); Works fine. Thank you! Now I've got a sweet ass module for clicking tags to posts ;-)
    Comment by Oskar February 2009 permalink
  • Difference between 'a:link' and just 'a'

    Thanks all. I just discovered these posts by Eric Meyer. It's definitely worth a read. Link Specificity, Ordering the Link States and Who Ordered the Link States?
    Comment by Oskar December 2008 permalink
  • How to overlap floats?

    Indeed, that way there wouldn't be any problems and it could very well be the solution to this problem. However, now I'm getting frustrated/annoyed I can't achieve an uneven header. But thanks :)
    Comment by Oskar November 2008 permalink
  • Difference between 'a:link' and just 'a'

    Alright, thank you for clearing it up for me, Jonz.
    Comment by Oskar November 2008 permalink