Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Is this input type possible to edit with CSS

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #194513
    Wiched
    Participant

    I need to make a input type with range ot 0.5 and add and remove buttons on each side like this: http://i.stack.imgur.com/D5M25.jpg

    The most similar to this is the <input type=”number” step=”0.5″ value=”0.5″ /> tag but i need the arrows to be on each side. Is this possible make with css?

    #194527
    Paulie_D
    Member

    Probably but it would involve hiding the default input and replacing it with other elements.

    What have you tried?

    #194531
    Wiched
    Participant

    Now I am trying to do it with this method: https://css-tricks.com/number-increment-buttons/

    but i was wondering is it possible without the javascript only with pure css.

    #194532
    shaneisme
    Participant

    I don’t think it’s possible with only CSS, you’re dealing with the browser’s default form behavior.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.