customizing multiform?
- Started
- Last post
- 4 Responses
- Seph
I got this 'file' input type, the sort you use to upload, its a text field with a select button to the right.
I would like to apply seperate styles to the text field and the select button but it wont let me.
My developer said it is impossible to apply styles to this type of input (multiform) but I reckon one of you out there has done it.
Any ideas?
the class doesnt work.
- jgjh1510
You can to an input.text, but not input.select or just select.
If you can find out some way to styliize a select, please let me know!!
- Seph0
thanks
judging by response i think its probably impossible.
- mitsu0
bump
i'd also like to know this.
when i assign a class to this object only the textbox iteself inherits the style. the button will show my border, but retains it's background-color and text color... any ideas?
- mitsu0
never mind here's a a work-around i came up with:
i created another button and applied my styles, then in the onclick even handler, i set a click event for the hidden file input object. clever, eh?