html - Change Form Size Depending on Screen Resolution -


i've had online , via stack have able find fixes c# far.

i've been working on new job search form - actual form works great, i'm having issues when test on different sized computer screens.

the form supposed this: simple design.

form example when use form search our job boards, works great. problem arises when use on different resolution screen, issue this:

form broken example believe error has come me coding in size of input bars:

<input name='keywords' type='text' maxlength='64' size='50' id='keywords' value='' placeholder="e.g freight forwarding" style="font-style:italic;"  x-webkit-speech /> 

is there way can code in size fits in depending on size of screen user viewing from?

any appreciated it.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -