HTML <button> Tag

Hi guys,

just wondered how to create a HTML button Tag such as:

It’s just something like “Read More” and not part of a HTML-form (no input required).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I think the “button” tag’s natural environment is in a form. Why use it as
a simple link?

If it’s appearance, why not use CSS to style the link?

  <a class="buttonstyle" href="mylinkurl.html">Read more</a>

Read more: http://css-tricks.com/use-button-element/


Ernie Simpson

On Sat, Jun 28, 2014 at 9:38 AM, Thomas Kimmich email@hidden wrote:

Hi guys,

just wondered how to create a HTML button Tag such as:

It’s just something like “Read More” and not part of a HTML-form (no input
required).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Ernie,

agreed indeed (and probably just a very small unnecessary detail).

Just had a look at (while waiting for Freeway 7 and its responsive concept) at this example which attracted me (beneath the author):

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Where are you seeing a button tag in that page? I just viewed source and searched for the word button. Ten results, all of them in text – not code.

Walter

On Jun 28, 2014, at 11:15 AM, Thomas Kimmich wrote:

Hi Ernie,

agreed indeed (and probably just a very small unnecessary detail).

Just had a look at (while waiting for Freeway 7 and its responsive concept) at this example which attracted me (beneath the author):

http://tympanus.net/codrops/2014/06/26/draggable-dual-view-slideshow/

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Its in the Demo http://tympanus.net/Development/DraggableDualViewSlideshow/

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options