Jump to content

Chrome Black Background Html Input File Problem


7h3kk1d

Recommended Posts

So the problem is is that the following code produces text with the to be uploaded file in a black font but the background to my page is black, any ideas?

<label for="file">Upload:</label><input type="file" name="uploaded_file" id="file" size=50 />

Link to comment
Share on other sites

  • 2 weeks later...

This could fix your problem, just a slight change in the code (two style tags)

<label for="file" style="color:#FFFFFF">Upload:</label><input type="file" name="uploaded_file" id="file" style="color:#FFFFFF" size=50 />

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.

Guest
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...