gert cuykens
11-08-2004, 08:29 PM
http://www.gert.easynet.be/form.htm
why does "name:" ends up in de middle of my ie browser under the first input field ?
why does "name:" ends up in de middle of my ie browser under the first input field ?
|
Click to See Complete Forum and Search --> : form gert cuykens 11-08-2004, 08:29 PM http://www.gert.easynet.be/form.htm why does "name:" ends up in de middle of my ie browser under the first input field ? gert cuykens 11-08-2004, 08:34 PM ps why does this http://www.gert.easynet.be/form.css not show this ? body{text-align:center;} form{position:relative; width:640px; height:480px; border-style: solid;} .t1{position:aboslute; top: 10px; left: 50px;} .t2{position:absolute; top: 50px; left:100px;} .t3{position:absolute; top:100px; left:100px;} .i1{position:absolute; top: 10px; left:200px;} .i2{position:absolute; top: 50px; left:200px;} .i3{position:absolute; top:100px; left:200px;} .i4{position:absolute; top:150px; left:200px;} .i5{position:absolute; top:150px; left:400px;} ray326 11-08-2004, 10:07 PM All your problems seem to stem from your body text centering and your absolute positioning. gert cuykens 11-09-2004, 09:02 AM and the solution is :) ray326 11-09-2004, 04:48 PM 404 :confused: gert cuykens 11-09-2004, 04:51 PM wait a minute :) gert cuykens 11-09-2004, 04:54 PM http://www.gert.easynet.be/form/form.htm i dont know why but this is excatly the same as the old one but this time it works ? ray326 11-09-2004, 05:30 PM Why wouldn't you just start with something like the following for each row? <p>name: <INPUT TYPE="text" NAME="name"></p> Ok, I'll get *****ed at for that so <div><label for="name">name:</label><intput type="text" name="name" id="name"></div> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |