Barspin
-
Animating Page Selection
take a look at history.js it will take care of everything for you but you might get some odd results, unless you know what you are doing.
-
local storage newbie!
try this http://jsfiddle.net/MmDSe/14/
-
Make page snapshot using PHP
The best way to do it, is to use the client to do it for you with javascript and canavas. Here is a good script: html2canvas
-
[Solved] Working in IE, Safari, and Chrome. But not Firefox?!?
clearfix maybe?
-
[Solved] IE problem with floats? Maybe
Np m8, the wrapper and presentation-img gave the document in ie7 a width of 1380px so the only thing to do was to remove the presentation-img from the layout and make it independent
-
[Solved] IE problem with floats? Maybe
I found a solution, give the wrapper the height of 876px. And the presentation-img right: 0px; position: absolute;
-
[Solved] IE problem with floats? Maybe
Give the # wrapper a overflow:hidden;