css input submit link

У меня есть этот html:

      <form id="REVIEW" method="post" action="/SortReviews">
        <fieldset class="sort">
          <input type="submit" value="$ratingLine"/>            
        </fieldset>
      </form>

Я хочу добавить кнопке отправки CSS, чтобы она выглядела как ссылка.

{
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

Как мне это сделать?

13
задан Gabriele Petrioli 20 April 2011 в 07:07
поделиться