This form has an awesome effect when you focus on one of its fields:
http://labs.dragoninteractive.com/panel/demo/
Any clues on how I can recreate this? Here are a few of my observations:
- I see they have a giant colorful image here: http://labs.dragoninteractive.com/panel/demo/lib/img/form/map/rmap.jpg
- When you focus on the form the color seems to fade in (and fades away on blur)
- I don't know how they are getting the soft edge (glow) using the source image they have
- I don't know how they are panning the colorful image across the border infinitely
- The markup seems pretty messy; ideally I'd want a simpler solution than what they have
- This one is a clone made all with CSS3, but I don't like how the outer glow doesn't stay uniform
* Disclaimer: This is meant as a CSS3 tech demo, not a best practices tutorial.– Ibu May 29 '11 at 1:36