会跳舞的甲壳虫乐队名曲Yesterday的歌词

用CSS和JavaScript写成的会跳舞的甲壳虫乐队名曲Yesterday的歌词

作者做这个用CSS、JavaScript是为纪念披头士乐队成立第五十周年。在演示中点击Yesterday歌词就会自动拼成下图头像

QQ截图20160809172721.jpg

演示地址:http://www.romancortes.com/blog/a-tribute-to-the-beatles/ 

It works on mostly all the browsers from IE5.5 and up. The best results will be shown if the system has Arial font installed on it and font-antialiasing is enabled. It will look good enough with Helvetica if Arial is not present, but probably not very good with other fonts.

因为对前者的速度不满意而用Flash开发的跳舞的歌词

演示地址: http://www.romancortes.com/ficheros/dancing-typography.html 

<html>
<head>
	<title>Dancing Typography / Never Gonna Give You Up</title>
	<style type="text/css">
		body {margin: 0; padding: 20px; border: 0}
	</style>
</head>
<body>
<center>
<object type="application/x-shockwave-flash" style="width:554px; height:572px;" data="http://www.romancortes.com/ficheros/dancing-typography.swf">
<param name="movie" value="http://www.romancortes.com/ficheros/dancing-typography.swf">
</object>
</center>
</body>
</html>


未经允许请勿转载:程序喵 » 会跳舞的甲壳虫乐队名曲Yesterday的歌词

点  赞 (0) 打  赏
分享到: