Aikss Posted March 9, 2008 Report Share Posted March 9, 2008 Kā būtu sematiski pareizi taisīt login laukus, reģistrāciju un citus tamlīdzīgus, netipiskus. Piem. kvadrātveidīds fieldset un iekš viņa vaig: user name input lauks password input lauks registrace forgot password input submit Taisīt ar tabulu(negribas), kā listi (ul + span)(neatbilstoši?), div + span(perversija) vai kā paragrāfu(p + span)? Ieraudzīju, ka laacz pie komentāru formas izmanto definēto listi, tikai beigas tādas mazliet, manuprāt, sematiski neatbilstošas. Kā būtu pareizāk un kā jūs to taisāt! Link to comment Share on other sites More sharing options...
andrisp Posted March 9, 2008 Report Share Posted March 9, 2008 Es parasti taisu šādi (kaut gan bieži bez fieldset iztieku): <fieldset> <div> <label for="bla">Bla</label> <input type="text" name="bla" id="bla" /> </div> <div> <label for="bla1">Bla1</label> <input type="text" name="bla1" id="bla1" /> </div> <div> <label for="bla2">Bla2</label> <input type="text" name="bla2" id="bla2" /> </div> </fieldset> Link to comment Share on other sites More sharing options...
Aikss Posted March 9, 2008 Author Report Share Posted March 9, 2008 (edited) Paldies andrisp! Pārtaisīju pa tavam un uzreiz cits skats :)) Tas fieldsets nespēlē nekādu lomu, man viņš ir kā dizaina elements ar border 3px solid krāsa. Edited March 9, 2008 by Aikss Link to comment Share on other sites More sharing options...
mefisto Posted March 9, 2008 Report Share Posted March 9, 2008 http://innonesen.se/test/l-13/ Link to comment Share on other sites More sharing options...
Aikss Posted March 9, 2008 Author Report Share Posted March 9, 2008 (edited) mefisto Vēl jau vajadzētu teiksim --> registr linku, forgot password linku un input submit pogu + katru savā rindiņā(arī input text) Vai to visu taisot kā listi būs sematiski pareizi? Ā un kam domāts tas div class="fix"? Neliekas ka būtu float izmantots! Ā ir gan izmantots :))) Kādēļ vispār tā liki? Nepatīk šāds risinājums, bez tam mazliet šķībi! Edited March 9, 2008 by Aikss Link to comment Share on other sites More sharing options...
mefisto Posted March 9, 2008 Report Share Posted March 9, 2008 fix tur ir tādēļ lai šis darbojas. http://innonesen.se/test/l-13/index-mod.html Kas tieši ir šķībi ? Link to comment Share on other sites More sharing options...
Aikss Posted March 9, 2008 Author Report Share Posted March 9, 2008 (edited) Teksta rindiņa ir mazliet augstāk par input lauku. Bez tam man liekas, ka tu visu sarežģī, taisot šādi, sanāk baigā perversija! Edited March 9, 2008 by Aikss Link to comment Share on other sites More sharing options...
mefisto Posted March 9, 2008 Report Share Posted March 9, 2008 pzdc tad pabīdi to tekstu pats, bļ** Link to comment Share on other sites More sharing options...
andrisp Posted March 9, 2008 Report Share Posted March 9, 2008 Mjā :) Aiks, bet viņa variants ir gandrīz tāds pats kā mans variants. Kāpēc tev liekas, ka viņa ir perverss ? Link to comment Share on other sites More sharing options...
mefisto Posted March 9, 2008 Report Share Posted March 9, 2008 Man kods atšķiras tikai ar to kas <fieldset> + <div> vietā tiek izmantots <ul> <li> (jo , imo, forma ir liste). Link to comment Share on other sites More sharing options...
Aikss Posted March 9, 2008 Author Report Share Posted March 9, 2008 (edited) Lai līnijas sakristu line-height jāliek vienādi(input line-height + border size * 2 = label line-height). Listē float kaut kā man nepatīk, un tāda jocīga liste sanāk, bet tās jau tikai manas domas. Nezinu gan vai liste ir šādiem mērķiem paredzēta. "Ieraudzīju, ka laacz pie komentāru formas izmanto definēto listi, tikai beigas tādas mazliet, manuprāt, sematiski neatbilstošas." Ei nu sazin kā būtu labāk! Edited March 9, 2008 by Aikss Link to comment Share on other sites More sharing options...
mefisto Posted March 9, 2008 Report Share Posted March 9, 2008 Vai kāds tu mums visu zinošs .. es nesaprotu kāda jēga jautāt, ja tu zini kā ir pareizi. Link to comment Share on other sites More sharing options...
Aleksejs Posted March 9, 2008 Report Share Posted March 9, 2008 semantiski nevis sematiski! Link to comment Share on other sites More sharing options...
Recommended Posts