在Galleria中添加一个按钮

时间:2011-08-02 01:40:18

标签: html galleria

我想在Galleria上添加一个按钮,允许访问者转到另一个网址页面。我在代码模式下在Dreamweaver中工作。

1 个答案:

答案 0 :(得分:0)

这是一个按钮,非常简单。 CSS3。

button.galleria {
        background: none repeat scroll 0 0 #E3E3E3;
        border: 1px solid #BBBBBB;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 0 1px 1px #F6F6F6 inset;
        color: #333333;
        font: bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
        padding: 8px 0 9px;
        text-align: center;
        text-shadow: 0 1px 0 #FFFFFF;
        width: 150px;
    }

HTML

<a href="yourlink.html" alt="galleria button"><button class="galleria">Galleria</button></a>