Posts tagged ‘background’

Random CSS background


今天想给个人blog换个背景background,现在都是流行写在CSS里头。
选了好几张相片,可是CSS只能设置一张背景。

1
2
3
body {
	background: url(http://img401.imageshack.us/img401/7982/speedlikecy01.jpg) center no-repeat
	}

可是只能设定一张,有点枯燥的感觉。
想到Ideal是,每次打开blog都会随机展示不同的背景。
Random CSS background rotater
Continue reading ‘Random CSS background’ »