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

calebkester

  • Flash PDF Viewer

    Awesome! That worked out great! Thank you!
    Comment by calebkester May 2010 permalink
  • [WP] Get the post's image

    "chriscoyier" said:Check out this stuff as well: http://digwp.com/2009/08/awesome-image- ... wordpress/ Thanks Chris! Just what I was looking for. I found everything I ever needed to know about attachments but didn't realize you need…
    Comment by calebkester September 2009 permalink
  • IE8? You gotta see this

    It is a very funny marketing scheme but there's enough stats out there to twist that Microsoft isn't actually lying... they aren't just telling all the truths. It feels like a comparison for home or work use as opposed to developers u…
    Comment by calebkester June 2009 permalink
  • Header won't show up online but will offline - need help!

    There is margin and padding messing with your "ul"... You could do either this: #menu ul {padding:0; margin: 0;} Or this (which I'd recommend since it's always good to start with a basic clear) * {margin: 0; padding: 0;} Also …
    Comment by calebkester June 2009 permalink
  • [help] right to left support with Postrank widget

    Could you include a screenshot or a working site? I'm a bit confused... Do you want the "Topic:" word to be on the right side of the box? Or do you need the text to align-right? If it works unstyled then you probably have an "a…
    Comment by calebkester June 2009 permalink
  • Why or How does margin:0 auto; work?

    "mattvot" said:yes, right comes first weirdly. Like a clock :D
    Comment by calebkester June 2009 permalink
  • Superfish IE a:hover background issues

    The problem that I'm looking at seems even a bit finicky in FF. It's when you hover over the left menu and that box pops out. You have a margin-left that is causing the hover box to "pop" out. #left a, a:visited {cnhp.css (lin…
    Comment by calebkester June 2009 permalink
  • IE hell(p)

    For some reason it seems as if IE doesn't like align: center; Not sure but you can fix it with the css text-align center. Here's what I'd do css - create the center class .center{text-align:center;} html - just add "class="…
    Comment by calebkester June 2009 permalink
  • resizing an image to fit the page

    The css is a linked style. if you see this line in the header: it means the css is located here: http://css-tricks.com/examples/ImageToBackgroundImage/style.css. If you look at the css the part that you want to keep an eye on is this: .bg { wid…
    Comment by calebkester June 2009 permalink