Friday, March 5, 2010

"This To Shall Pass"

This is, without question, the coolest of these sequences I have ever seen.

And hopefully the url are works this time. Ok... Good.

3 comments:

Naazju said...

I've seriously watched it a half dozen times in the last 12 hours. SO GOOD.

Chris said...

You're having trouble with the link because the .calendar box has a style of position: absolute and a width that covers up several pictures of the .post-body box. You can make this quick fix to fix it at least in the browsers I tried. You need to add to some code that will make the .post-body box jump on top of the .calendar box and fix your problem. You will have to dig through the source code of the template of your blog to find it, but go to the Settings of your blog, click on the Layout tab, then click the 'Edit HTML' tab then inside of the 'Edit Template' box, search for

.post-body

and then inside of the { ... } put this code:

position: relative;

Then you should be good to go! Welcome to the least favorite part of my job, fixing CSS and JavaScript problems, but I'm happy to help here.

evieperkins said...

Huh, thanks Chris. I'll have to try that. I'm glad I have an expert reading my blog. :)