Подскажите,как сделать кнопку \"Смотреть галерею\", как на http://m.xyeet.com ?
Порнуха. Мда. Попробуй не пыхом, а чем-нибудь другим
a.button,
a.button:visited {
display: inline-block;
padding: 1px 5px 3px 5px;
background: #e9b716;
color: #fff;
text-decoration: none;
font-weight: bold;
text-shadow: 1px 1px #666;
-moz-text-shadow: 1px 1px #666;
-webkit-text-shadow: 1px 1px #666;
line-height: 1.3;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background: #488CDC;
background-image: linear-gradient(bottom, rgb(43,106,179) 24%, rgb(145,190,242) 75%);
background-image: -o-linear-gradient(bottom, rgb(43,106,179) 24%, rgb(145,190,242) 75%);
background-image: -moz-linear-gradient(bottom, rgb(43,106,179) 24%, rgb(145,190,242) 75%);
background-image: -webkit-linear-gradient(bottom, rgb(43,106,179) 24%, rgb(145,190,242) 75%);
background-image: -ms-linear-gradient(bottom, rgb(43,106,179) 24%, rgb(145,190,242) 75%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.24, rgb(43,106,179)),
color-stop(0.75, rgb(145,190,242))
);
}
a.button:hover,
a.button:active {
background: #fff;
color: #000;
}
Куда че пихать и как выводить?