cutmail's blog

write the code

2010-10-30から1日間の記事一覧

CSSでドロップシャドウをつける

css

cssだけでドロップシャドウをつけてみます。ソースは以下。 <html> <head> <title>DropShadow with css</title> <style type="text/css"> <!-- #shadow { width: 300px; height: 300px; background-color: #ffffff; border: 1px solid #ccc; -webkit-box-shadow: 3px 10px 3px #666666; -moz-box-shadow: 3px 10</style></head></html>…