Make an input box the width of the page?
Posted: Sat Mar 15, 2008 11:57 pm
Is it possible to make an input box that will span the width of the page (or a div containing it)?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
input { width:100%; }
Duh.matthijs wrote:Yes.Code: Select all
input { width:100%; }