I used this technique to create the background effect on this site. The background uses the x axis background repeat and the container (middle section) uses the y axis. I feathered the sides of the sides of the middle section for a softer effect.
I used this technique to create the background effect on this site. The background uses the x axis background repeat and the container (middle section) uses the y axis. I feathered the sides of the sides of the middle section for a softer effect.
var icpForm962 = document.getElementById('icpsignup962');
if (document.location.protocol === "https:")
icpForm962.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired962() { if (icpForm962["fields_email"].value == "") { icpForm962["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm962["fields_fname"].value == "") { icpForm962["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm962["fields_lname"].value == "") { icpForm962["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
return true; }
Kindle... 11/28/2011
Copyright © 2011 - Linda Dufresne - HobbyStash.com. All rights reserved.


I recently redesigned my website back to a simpler design that emphasizes the content over graphics so I’m no longer using this technique. But I still like think it’s a nice effect for simpler layouts.