CSS styling problem in file upload modal

Asked By 20 points N/A Posted on -
qa-featured

I do have a CSS styling problem on my file upload. I have used an html element div for progress bar and a linkbutton is placed after the div tag. My problem with this is that the div appears below the linkbutton when it’s supposed to appear after the linkbutton.  Please look at the image below so that you could understand my problem clearly.

 

SHARE
Answered By 0 points N/A #113806

CSS styling problem in file upload modal

qa-featured

Take a normal <input type="file"> and put it in an element together with position: family member.

To the exact same father or mother component, put in a normal <input> as well as an graphic, which may have the correct types. Position These elements totally, so they take up the same place because the <input type="file">.

 Set the actual z-index of the <feedback type="file"> to two in order that it is situated along with the actual formed input/image.

Lastly, set the particular opacity with the <enter type="file"> to 0. The actual <input type="file"> today will become efficiently invisible, as well as the designs input/image stands out via, but you can continue to click the "Search" button. If the option will be positioned on top of the look, the user generally seems to click the image and also provides the regular record assortment eye-port.

(Observe that You can not use visibility: hidden, must be really invisible element is unclickable, too, and that we require <enter type="file"> to stay clickable)

Right up until the following the actual effect can be achieved via genuine Style sheet. Nonetheless, One of the things is still missing.

If the person has selected data, the particular obvious, artificial input area need to display the right way to this particular file, as a regular <enter type="file"> would. It is basically Dependent on copying the newest worth of the actual <enter type="file"> to the artificial enter field, yet we want JavaScript to do this.

As a result this system is not going to totally work without JavaScript. Regarding reasons I will explain later on, I chose to be able to interface the entire concept to be able to JavaScript. In case you are willing to carry out without the noticeable document identify you can use the genuine Style sheet answer. I'm not confident that this is a good idea, though.

Related Questions