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

parkerbennett

  • Putting a span inside a widget title

    I had this problem, too. The jQuery solution seems the way to go, but in my case I also experimented with using a pseudo :after element, which I could style differently. This only worked in my case because the :after element was not integral to the …
    Comment by parkerbennett January 3 permalink
  • :before not working correctly in IE8+

    Maybe these could structured as an unordered list, then you could use ul.style { list-style-image: url(../images/blockchar23.gif) ; } or, probably better, a background image, as detailed here: http://css.maxdesign.com.au/listamatic/vertical05.ht…
    Comment by parkerbennett January 3 permalink