Show technical drawing in layers with CSS, jQuery and some PNGs
Today I read a request from @janseurinck on twitter about howto simply display an illustration with it’s separate layers that easily can be toggled on or off. ( request on posterous (in Dutch) ) Is there a way to simply display a drawing of a boat in 4 separate layers which people can toggle on and off I thought about it for a minute, then put together a working demo. It consists of a very sober HTML5 page with 4 PNG’s (the layers), some CSS and a jQuery script. How [...]