Comments on: Тени в CSS https://stafox.cc/teni-v-css/ О программировании и веб-разработке Fri, 18 Jan 2013 18:44:16 +0000 hourly 1 https://wordpress.org/?v=5.8.2 By: Stafox https://stafox.cc/teni-v-css/#comment-1422 Fri, 16 Dec 2011 11:24:45 +0000 http://stafox.ru/?p=865#comment-1422 In reply to art13.

К примеру вот так:
[html]
<html>
<head>
<title>s</title>
</head>
<style>
input[type="button"] {
box-shadow: 1px 1px 5px #000;
border-radius:3px;
background:#ccc;
border:1px solid #eee;
}
</style>
<body>
<input type="button" id="b" value="Кнопка">
</body>
</html>
[/html]

]]>
By: art13 https://stafox.cc/teni-v-css/#comment-1421 Fri, 16 Dec 2011 09:13:29 +0000 http://stafox.ru/?p=865#comment-1421 А как можно менять цвет тени по кнопке? Объектной модели у text-shadow нет. И у box-shadow тоже.

]]>