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

Combining PHP Registration and Login into one class with multiple functions in one PHP file -

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -