In IE7, if a div height in not specified, the div fails to show. I got around this with:
height = $('#container').height(); //Create grey gradient from top left $('#container').gradientz({ angle: 45, start: "#CCCCCC", end: "#F5F5F5" }).css("height",height+"px"); Posted this for anyone with a similar problem or if Weepy wished to integrate this mini fix into the plugin itself.