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.
when use form search our job boards, works great. problem arises when use on different resolution screen, issue this:
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
Post a Comment