Vertical Align Span to A
I am trying to style an Input of type File:
http://codepen.io/mdmoura/pen/njAgJ
The HTML markup I am using is the following:
<span class="file">
<a href="#">browse<input type="file" name="annex"/></a>
<span>path</span>
</span>
The inner span (in RED) is to display the selected file (using JQuery).
The problem is I am not able to vertically align the RED span with the
Browse "Button".
I tried other options but I always end with some kind of problem.
Could someone, please, help me out?
Thank You, Miguel
No comments:
Post a Comment