Jump to content

dostel1

User
  • Posts

    289
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by dostel1

  1. только начал изучать скриптЫ!!! возникли вопросы! Объясните мне плиз 1.что делает return 2.this Желательно на примерах !только не посылайте в гугл(он меня послал на..)
  2. я дебил закройте тему не смешите народ!!
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Документ без названия</title> <style type="text/css"> *{padding:0;margin:0} .wrapper {width:100%;overflow:hidden; background:red;} article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block} a {color:#000;text-decoration:underline;outline:none} a:hover {text-decoration:none} #menu {width:245px;float:left;margin-top:27px;margin-right:2px; } #menu li {display:block;margin-bottom:2px; /* border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; position:relative*/} </style> </head> <body> <div class="wrapper"> <nav> <ul id="menu"> <li class="nav1" id="menu_active"><a href="index.html">Main Page </a></li> <li class="nav2"><a href="Buying.html">Buying estate </a></li> <li class="nav3"><a href="Selling.html">Selling Estate </a></li> <li class="nav4"><a href="Renting.html">Renting Estate </a></li> <li class="nav5"><a href="Finance.html">Finance </a></li> <li class="nav6"><a href="Contact.html">Contact Us </a></li> </ul> </nav> </div> </body> </html> везде нормально а у хрома список поза экраном
  4. А что будешь например с Firefox делать? ждать пока js начну учить или Firefox быстрей сделает поддержку!!!!
  5. http://www.coolwebmasters.com/browsers/1652-custom-scrollbars-in-webkit.html только что сам прочитал))знаю что не по теме
  6. ну я правильно понял что разметка контента делается через флоат??
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>An XHTML 1.0 Strict standard template</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <style type="text/css"> * { margin: 0; padding: 0; font: 12px Tahoma, Arial, sans-serif; } html, body { height: 100%; } body:after{content:''; display:block; min-width:100px; position:absolute; background:red; bottom:0; top:0; height:100%; left:0; right:62%; z-index:0} body:before{position:absolute; display:block; content:''; bottom:0; right:0; top:0; width:62%; height:100%; z-index:0; background:green;} </style> </head> <body> </body> </html> у меня вопрос такое сейчас используют(понятно что ие в ауте)...???!!и чем суть такого метода создасть просто 2 фона а всю инфу через флоаты делать чтобы каждый из них был на своем фоне
  8. dostel1

    input css

    ждать год пока ие умрет!
  9. если у нас будет дочерний блок тейбл-цесс один то он будет занимать всьо пространство родителя и никак его выровнять по центру внутри блока нельзя.... приведи пример плиз и закроем тему
  10. http://cssing.org.ua/2005/07/14/vertical-align-middle/ здесь написано У нас есть div(или любой блочный элемент) с известной высотой тоесть для резины он не пашет??!!!! может через инлайн-блок нада делать......хз
  11. а разве можна использоать такое выравнивание для резиновой высоты родителя??? у меня не получается!!! приведи пример плиз
  12. у тебя шапка в блоке content? дай весь код html!!
  13. dostel1

    float & ie6

    если не то --извеняйте <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Документ без названия</title> <style type="text/css"> *{padding:0;margin:0} html,body{height:100%;min-height:100%;} body{ background:red;} #left {float:left; width:100px; height:200px; background:#663; left:3px; position:relative; } #center {margin:0 30px 0 100px; height:400px; overflow:hidden; background:#939; z-index:0;} #right {float:right; width:30px; height:200px; position:relative; right:3px; background:#3F9} #cont{overflow:hidden;} </style> </head> <body> <div id="cont"> <div id="left"></div> <div id="right"></div> <div id="center"></div> </div> </body> </html>
  14. dostel1

    float & ie6

    Используйте спец. теги для кода
  15. dostel1

    макеты

    ОЛБАН ТИ !!!!
  16. Vlad у тебе есть примеры по каждому макету??
  17. dostel1

    макеты

    ша посмотрю))пасиб!Serlutin
  18. dostel1

    макеты

    ПРИВЕТ!!Кто может подсказать где мона нарить макеты готовые (не псд) для тренировки!! Просьба кидать макеты не стандартные а тяжелые и мего тяжелые чтобы научится новому мона ,а то надоело тоже самое!
×
×
  • 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