Forums

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

Home Forums CSS [Solved] Removing the default design of input type file

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #175122
    kajal
    Participant

    I was trying to remove choose file(no file chosen), the default result of input type file using css.

    #175125
    Paulie_D
    Member

    It’s not clear what you are asking for but if you are tying to customise inputs the usual technique, I believe, involves either a javascript replacement or hiding the input and replacing it with standard styled HTML elements.

    #175132
    kajal
    Participant

    When we use the input type file a element of HTML, it gives a default button. I wanted to customize this, using css.

    #175133
    Paulie_D
    Member
    #175162
    Senff
    Participant

    Your options are limited. You can style it with CSS but not much (and definitely not as much as other input fields).

    Usually, people use jQuery plugins for this.

    #175508
    kajal
    Participant

    Thank you everyone for answering and helping me. CSS-Tricks itself had a article for my doubt.

    Link

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