Oct
21st
21st
Have pages load with a subtle fade effect using jQuery. Simply include jQuery and add the following. Simple! jQuery(document).ready(function(){ jQuery(“body”).css(“display”, “none”); jQuery(“body”).fadeIn(“slow”); });
Mar
15th
15th
One of the nice options in CSS3 is border-radius. It will allow you to create rounded corners for elements such as divs. This feature is supported in Mozilla/Firefox and Safari 3. IE users will still see the the border, it just won’t be rounded. CSS3 Rounded Corners Demo 1 [...]
Recent Comments