On Friday, Oct 8, 2004, at 04:42 Australia/Sydney, Genau Junior wrote:

I�m having some dificulty to set the size of [input=file] form element.

I can set the width through CSS on Mozzila, but IE cant set the size that i formated on CSS file.

Anyone can help me how i set a size on INPUT FILE on both browsers?



Form elements are notoriouously difficult to format with CSS, because they're system level widgets, and their appearance is set by the operating system - which varies enormously. Some browsers will render CSS styling set for form elements, some ignore it, and some give you partial support.


I usually try and design to use unstyled form elements - or at least to design so the layout doesn't break if the browser won't support my CSS. It means you have to design a little 'looser', but it's all part of being aware of 'graceful degradation'.

N
___________________________
Omnivision. Websight.
http://www.omnivision.com.au/

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to