aika Posted December 11, 2008 Report Share Posted December 11, 2008 Kā ideoloģiski pareizi ir DIVos pārveidot šādu tabulu: <table > <tr><th rowspan=2> a </th><td> b </td></tr> <tr><td> c </td></tr> </table> Link to comment Share on other sites More sharing options...
Grey_Wolf Posted December 11, 2008 Report Share Posted December 11, 2008 Kā ideoloģiski pareizi ir DIVos pārveidot šādu tabulu: Kaapeec? Kam tas vajadziigs?? Un vispar sakumaa dabuun atljauju to dariit, saskanjo , uzraksti visus papiirus utt.. ;) Link to comment Share on other sites More sharing options...
aika Posted December 11, 2008 Author Report Share Posted December 11, 2008 Kaapeec? Kam tas vajadziigs??Un vispar sakumaa dabuun atljauju to dariit, saskanjo , uzraksti visus papiirus utt.. ;) Smešno! Patiesībā ir tā ka man vajag panākt šo efektu, ko sniedz tabula, ar esošajiem div-iem. Bet man nesanāk, jo <c> divs spītīgi lien zem <a> diva (pa horizontālo līniju) Link to comment Share on other sites More sharing options...
codez Posted December 11, 2008 Report Share Posted December 11, 2008 (edited) <div style="float:left;">a</div> <div style="float:left;"> <div>b</div> <div>c</div> </div> <div style="clear:both"></div> Edited December 11, 2008 by codez Link to comment Share on other sites More sharing options...
nemec Posted December 11, 2008 Report Share Posted December 11, 2008 Var arī iztikt bez liekā clear taga <div style="width: 100%; overflow: hidden"> <div style="float: left;">Left</div> <div style="float: right;">Right</div> </div> Link to comment Share on other sites More sharing options...
aika Posted December 12, 2008 Author Report Share Posted December 12, 2008 txs! izskatās ka ok. Link to comment Share on other sites More sharing options...
Recommended Posts