Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8947825
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T12:51:56+00:00 2026-06-15T12:51:56+00:00

Possible Duplicate: Style input type file? I know that each browser has its own

  • 0

Possible Duplicate:
Style input type file?

I know that each browser has its own way of displaying a…

 <input type="file" name="image" id="image" class="input_text"/>

My question is, is there a way to customize the browse for image button. I would like to replace the browse and upload buttons on the normal form to one image button using HTML/CSS/PHP. Is this possible and is it compatible with all browser types.

Thanks you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T12:51:58+00:00Added an answer on June 15, 2026 at 12:51 pm

    There are multiple ways, the way I prefer is this:

    <div class="browse">
        <div class="placeholder">Upload</div>
        <input type="file" name="image" id="image" class="input_text"/>
    </div>
    

    With this CSS-code:

    .browse {
        position: relative;
        width: 100px;
        height: 20px;
    }
    
    .browse input, browse div {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    
    .browse input {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    

    This way the upload text will be shown but you will actually click the browse button.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Styling <input type=file> Style input type file? I`m trying to change a
Possible Duplicate: Styling an input type=file button I was trying to style <input type=file>
Possible Duplicate: Clearing <input type='file' /> using jQuery This is my code: <input ID=fileUpload1
Possible Duplicate: style type="text/css" … what else is there? I see that when defining
Possible Duplicate: What is the best way to emulate an HTML input “maxlength” attribute
Possible Duplicate: What is the best way to replace the file browse button in
Possible Duplicate: iMessage Style Receding Keyboard in an iOS App In the iOS5 Messages
Possible Duplicate: Default textbox border-style and width I have some TextBox on my page
Possible Duplicate: Rails 2.3-style plugins and deprecation warnings running task in Heroku I am
Possible Duplicate: JavaScript library to create div-style window within page I would like to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.