hi all,
I have troubles with a css styled form: I cannot make an upload field
staying into a fixed column , say 100 pixels wide.
It could be enough to have the file browse button below the upload
field, however I do not know how to do that.
The file browse button is always on the right of the upload field and
it always goes out of the column, even if I put the fields into a fixed
width div .
Moreover how can be styled the file browse button in terms of shape and
colors?
TIA
johnny
Steve Pugh - 28 Jun 2006 11:43 GMT
> I have troubles with a css styled form: I cannot make an upload field
> staying into a fixed column , say 100 pixels wide.
Get rid of the fixed width, problem solved.
> It could be enough to have the file browse button below the upload
> field, however I do not know how to do that.
That's not possible.
> The file browse button is always on the right of the upload field and
> it always goes out of the column, even if I put the fields into a fixed
> width div .
What have you set the overflow property to?
> Moreover how can be styled the file browse button in terms of shape and
> colors?
It can't.
Steve
Thomas Mlynarczyk - 30 Jun 2006 18:47 GMT
Also sprach johnny:
> Moreover how can be styled the file browse button in terms of shape
> and colors?
Maybe this will be useful: http://www.quirksmode.org/dom/inputfile.html
Greetings,
Thomas