Make an input box the width of the page?
Moderator: General Moderators
Make an input box the width of the page?
Is it possible to make an input box that will span the width of the page (or a div containing it)?
Re: Make an input box the width of the page?
Yes.
Code: Select all
input { width:100%; }
Re: Make an input box the width of the page?
Duh.matthijs wrote:Yes.Code: Select all
input { width:100%; }