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

missyseepy

  • Buying a mac

    I use both Coda and TextMate and I love both. Coda is great for live-coding, saving a file and automatically uploading to a server. It misses TM's great features like snippets and bundles but looks very sleek, simply beautiful as every Mac ap…
    Comment by missyseepy October 2008 permalink
  • Smooth tab to content transition in CSS

    I played with absolute positioning a bit and almost got what I wanted :) http://zencreations.boo.pl/current-tab.mov The current-tab is positioned absolute inside the div#recent and moved down one pixel on click, making it cover that part of contain…
    Comment by missyseepy October 2008 permalink
  • Smooth tab to content transition in CSS

    Your method works great Mikes, however it assumes that every time a tab is clicked, the page is reloaded => get a new id. Well, in my example it doesn't reload, when the tab is clicked, it shows some content in the div below it. That's…
    Comment by missyseepy October 2008 permalink
  • Smooth tab to content transition in CSS

    Well like I said, I'm using jQuery to make the tabs work, the function adds a class (current-tab) to the tab/li element that is currently showed. So adding a bit of CSS to that specific class wouldn't be a problem. The problem is figuring …
    Comment by missyseepy October 2008 permalink