Hey everyone Just launched the new design on my personal website. Why don't you check it out? http://eliassorensen.dk Site is in danish, but Google Translate will translate it just fine.
I do not really like the theme that much,but the flash previews of the other sites looks nice.it might be java script(i dont know programming)
Thanks for the comments! Appreciate that. Scrolling on the page is with Scrollto.js Regarding the hover effect, it's actually nothing big. 4 lines of JS. I just make an image wrapper (with overflow: hidden) with a caption above the image. That caption div is just moved that far down that only the header is shown. When hovering, I'm just moving it up with jQuery's animate function. And when blurring, I'm moving it back. $('.ref_grid.caption').hover(function(){ $(".cover", this).stop().animate({top:'65px'},{queue:false,duration:160}); }, function() { $(".cover", this).stop().animate({top:'132px'},{queue:false,duration:100}); }); HTML:
Not of what I know. I've tested in Safari 4 on Mac (which is my primary browser), Chrome on Mac&Windows, Firefox on Mac&Windows and IE7+IE8 (only 5% of my visitors uses IE6, so I don't care about keeping my site up to date for that browser). Works perfect in all browsers above.
basically good but would be great if you added more features, such as your social bookmarking, it seems very simple