Help with auto-adjusting text inputs within a boundary

T

Thierry Lam

I have the following codes:

<html>

<head>
<style type="text/css">
div.upload
{
border: 1px black solid;
border-spacing: 2px;
border-width: 1px;
padding: 5px;
width: auto;

}

div.uploadbutton
{

}

</style>
</head>

<body>
<div class="upload">
<input type="file" name="hello" /><br />
<input type="file" name="hi" />
<div class="uploadbutton">
<input type="submit" name="add" value="Submit Files" />

</div>
</div>
</body>

</html>

I want the above to display so that the text input always take about
85% of the bounding box, the browse button take the remaining 15% and
I also want the submit button to be always at the bottom right corner.
Any help on how to accomplish all that?

Thanks,
Thierry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top