Jump to content

Snake242

Newbie
  • Posts

    3
  • Joined

  • Last visited

Snake242's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. нашел решение кому интересно сюда
  2. Что ни кто не знает?.. Хотя наверно плохо скрины сделал... Смысл вопроса такой есть 3 блока, левый и правый закреплены с правой и с левой стороны страницы а средний блок должен изменять свою длину в зависимости от разворота страницы и чтоб ни один из блоков друг на друга не заезжал... с двумя блоками все ясно а вот с тремя...
  3. Помогите решить вот такую проблемку: CSS - код @charset "utf-8"; /* CSS Document */ body { background-color:#FFF; margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; } /*Бокс 1*/ div.h1 { margin: 10px; padding:35px; background-image:url(../img/Log_in.jpg); width:230px; } .ot_l {margin-top:3px; margin-bottom:3px; margin-left:8px;} .ot_p {margin-top:3px; margin-bottom:3px; margin-left:3px;} .f_1 {font:Verdana, Geneva, sans-serif; font-size: 11px;} /*Бокс 2*/ div.h2 { margin:10px; width:300px; height:150px; background-image:url(../img/Log_in.jpg); position:absolute; right:10px; top: 60px; } PHP - код <body> <table width="100%" height="50" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> </td> <td width="200"> </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div class="h1"> <table width="230" height="80" border="0" align="center" cellspacing="0" cellpadding="0" class="f_1"> <tr> <td> <form name="form1" method="post" action="" class="ot_l"> <label>Логин <input type="text" name="login" id="login"> </label> </form> </td> <td width="30" rowspan="3"> </td> </tr> <tr> <td><form name="form2" method="post" action="" class="ot_p"> <label>Пароль <input type="text" name="Password" id="Password"> </label> </form> </td> </tr> <tr> <td align="center"><a href="Blog/reg_in/reg.php">Регистрация</a> <a href="Blog/reg_in/pas_rec.php">Забыли пароль?</a></td> </tr> </table> </div> <div class="h2"> </div> </td> </tr> </table> <table width="100%" height="50" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table> </body> Вот что получается: Как сделать что бы один блок не наезжал на другой?.. Буду очень признателен за помощь...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy