Jump to content

InCun

User
  • Posts

    24
  • Joined

  • Last visited

Everything posted by InCun

  1. Я живу в Украине, я лишний в данной теме?
  2. в CSS => #hit_area {height:5px;} на => #hit_area {height:35px;} Результат: http://www.finetuna.com/hcr5ln По поводу maxthona ничем помочь не могу, я пользуюсь Opera, Chrome, FF, IE8.
  3. .png фоном поставить и задать padding что бы текст не наскакивал на границы рисунка. =)
  4. Ммм... Не понял суть вопроса, screenshot можно с данной проблемой? Сейчас смотрю на сайт, вроде все как нужно, флешка не наезжает на меню... или я что-то прозевал? // измените значение {height:50px;} на {height:70px;} Если я вас понял, то можете поэкспериментировать с z-index:
  5. border указывать нужно для каждой ячейки вручную... border-bottom border-top border-left border-right Неа??
  6. в CSS => #hit_area {height:120px;} на => #hit_area {height:50px;}
  7. Полтора ) Да вот, как-то не набрался, я не с юморных парней =)) 19-ти летний парень который сунет свой нос куда только получается и пытаюсь учить все что попадается и схватывается в мере моих сил и интересов =)))
  8. Родился в г.Первомайске, Николаевской обл... А в Одессу приехал в начале лета 2008 года.
  9. Прикольно ) Я себе в начале года еще обновил до 4гб оперативы, и видяху до 512 =)) и двух яиц процессора)) Правда, на ХРюше 1гб мимо пролетает =((
  10. <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr style="background:#eee"> <td style="width:25%" class="menu2">1111 <div style="background:url(./nic.jpg) center right;width:14px;height:100%;float:right"> </div></td> <td style="width:25%" class="menu2">22222<div style="background:url(./nic.jpg) center right;width:14px;height:100%;float:right"> </div></td> <td style="width:25%" class="menu2">22222<div style="background:url(./nic.jpg) center right;width:14px;height:100%;float:right"> </div></td> <td style="width:25%" class="menu2">4444<div style="background:url(./nic.jpg) center right;width:14px;height:100%;float:right"> </div></td> </tr> </table>
  11. http://forum.htmlbook.ru/index.php?showtopic=18295 Закройте и забаньте )
  12. <table style="background:url(topmenu.jpg) repeat-x;height:25px;"cellspacing="0px" id=menu align="center" width="100%"> <tbody> <tr> <td> </td> <td style="width:300px;font-size:16px;font-weight:bold;text-align:left;font-family:Verdana;">Вход для пользователей:</td> <td style="width:480px;text-align:center;"> <form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post"> <input name="enter" value="1" type="hidden"> <div style="margin:7px 15px;float:left;">Логин: <input name="user_login" size="10" type="text"></div> <div style="margin:7px 15px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div> <div style="margin:7px 15px;float:left;"><input value="OK" style="width:50px;"type="submit"></div> </form> </td> <td style="width:140px;margin:7px 10px;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></td> <td> </td> </tr> </tbody> </table>
  13. <?php session_start(); session_unset(); session_destroy(); header("Location: ./index.php"); ?> Иного способа я не знаю...
  14. Согласен =) Я никогда не любил резину
  15. <table id=menu align="center" background="podval.gif" width="100%"> <tbody> <tr> <td align="right"> <div style="background:#eee;height:40px;"> <div style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></div> <div style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div> <form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post"> <input name="enter" value="1" type="hidden"> <div style="margin:0px 30px;float:left;">Логин: <input name="user_login" size="10" type="text"></div> <div style="margin:0px 30px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div> <input value="OK" style="width:50px;"type="submit"> <div style="float:right;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></div> </form> </div> </td> </tr> </tbody> </table> Суть остается та же, что и была в табличной форме. Или вот еще такой вариант: <table cellspacing="0" id=menu align="center" background="podval.gif" width="100%"> <tbody> <tr style="background:#eee;height:40px;"> <td style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></td> <td style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</td> <td> <form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post"> <input name="enter" value="1" type="hidden"> <div style="margin:7px 25px;float:left;">Логин: <input name="user_login" size="10" type="text"></div> <div style="margin:7px 25px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div> <div style="margin:7px 15px;float:left;"><input value="OK" style="width:50px;"type="submit"></div> </form> </td> <td style="text-align:center;float:right;margin:7px 10px;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></td> </tr> </tbody> </table> Вот что получилось последним вариантом:
  16. <table id=menu align="center" background="podval.gif" width="100%"> <tbody> <tr> <td> <td align="right"></td> <font class="middle"><b>Вход для пользователей</b></font> <form action="index.php" method="post"></form> <input name="enter" value="1" type="hidden"> <td align="right"><font class="shapka">Логин:</font></td> <td><input class="ss" name="user_login" size="10" type="text"></td> <td align="right"><font class="shapka">Пароль:</font></td> <td><input name="user_pw" class="ss" size="10" type="password"></td> <input value="OK" type="submit"> <a href="index.php?logging=yes" class="shapka">забыли пароль?</a> </td> </tr> </tbody> </table>
  17. Теперь понял, а никаким образом зафиксировать max-widht нельзя? с использованием JS ?
  18. Нужно... как грубо... Уважаемый, я тут новичек, но выскажу свое мнение, что таких как Вы людей, я не перевариваю. Пришли и говорите - "МНЕ НУЖНО". Нам всем тоже много чего нужно. Лично Я, рад всегда помочь всем ЕСЛИ ВОЗНИКАЮТ ТРУДНОСТИ. Но когда приходят и говорят, со смыслом : "Мне нужно! Поработайте на меня! Я хочу деняг! А с вами я не поделюсь!" Простите, помочь ничем не могу кроме как послать вас в Гугл: [ССЫЛКА]
  19. <div style="background:#eee;height:40px;"> <div style="float:left;background:url(nic.gif) left top no-repeat;height:38px;width:92px;"> <!-- image> w:92 , h:38--></div> <div style="float:left;font-size:16px;font-weight:bold;font-family:Verdana;">Вход для пользователей</div> <form style="font-family:Minion Pro;font-size:12pt;text-align:justify;display:block;" action="index.php" method="post"> <input name="enter" value="1" type="hidden"> <div style="margin:0px 30px;float:left;">Логин: <input name="user_login" size="10" type="text"></div> <div style="margin:0px 30px;float:left;">Пароль: <input name="user_pw" size="10" type="password"></div> <input value="OK" style="width:50px;"type="submit"> <div style="margin:0px 0px;float:right;"><a href="index.php?logging=yes" style="color:darkblue;text-decoration:none;">Забыли пароль?</a></div> </form> </div> Вот, в одну строку =)
×
×
  • 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