CorpseFactor BRB, Posting Posts: 609 Joined: Jul 2008 |
04-23-2011, 09:03 PM
Hey guys, I'm in a web development class in which in one case I have to re-size a page for a phone using css and javascript. All is working so far until I get to my form page. I do not know how to resize the form since the size is declared in the html. Any ideas on how to fix this? Google kinda has failed me.
edit: Aaaaaaaaand I posted this in the wrong forum topic. x.x |
||
|
HeK Rotartsinimda Posts: 4,183 Joined: Jun 2015 |
04-23-2011, 09:42 PM
You should be able to do it with a .form class selector.
Generally, you should never specify sizes in html. That will get you a W3 fail. |
||
|
CorpseFactor BRB, Posting Posts: 609 Joined: Jul 2008 |
04-23-2011, 10:05 PM
It's more of a rows and columns sizing though, I'm using textarea.
(This post was last modified: 04-23-2011, 10:58 PM by CorpseFactor.)
|
||
|
|