Jump to content
  • 0

Помогите type="imege" сделать текстом


frost18
 Share

Question

5 answers to this question

Recommended Posts

  • 0

Да! Я линка не знаю, у меня скрипт обрабатывет и кладет товар в корзину, ссылается по имени наверное. Это же как то можно сделать!!! Мне сказали javascript можно или css. <input type="image" name="go" alt="В корзину" class="subm" />. Вот как стилями хотя бы убрать рамку, что бы осталась одна надпись alt="В корзину" ?

Link to comment
Share on other sites

  • 0

Вот код, пользуюсь шаблонизатором Smarty:

<form action="/cart/add" method="POST">

<input type="text" value="Кол-во" class="quantity" maxlength="5" name="id[{$product.id}]" />

<input type="hidden" value="1" name="option" />

<input type="hidden" name="price" value="{if $product.price.price_spec.price > 0 && $product.spec == 1}{$product.price.price_spec.id}{else} {$product.price.price_retail.id}{/if}" />

<input type="image" alt="В корзину" name="subm[{$product.id}]" class="subm" /><br />

<input type="image" name="add_to_cart_and_go[{$product.id}]" alt="Купить" class="subm" />

<br clear="all" />

</form>

Вот что имею: UxryqyUY.jpg

Вот что надо получить: w05z7Ifw.jpg

Link to comment
Share on other sites

  • 0

Насколько я понимаю, задача стоит в том, чтобы сабмиттилка формы выглядела как обычная ссылка, но работала независимо от скрипта. Подход одобряю :). Решения есть (вот, например, и еще, правда, больше для type="submit").

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy