Jump to content

ml227

Newbie
  • Posts

    5
  • Joined

  • Last visited

ml227's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. А понял, все дело в моей безграмотности, спасибо)
  2. Да но если дописываю margin:100 - реакции ноль( <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title></title> <style type="text/css"> #head {font:normal normal 700 42px/normal "MS Sans Serif"; margin:300} </style> <script type="text/javascript"> alert(1); </script> </head> <body> <div id="body"> <div id="head">Many many text</div> <div id="main" > ... </div> </div> </body> </html>
  3. <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title></title> <style> Здесь сss </style> <script> Здесь Js </script> </head> <body> <div id="body"> <div id="head"> ...</div> <div id="main" > ... </div> </div> </body> </html> Мож. в кодировке дело, cайт писал в Notepad
  4. Написал простенький сайт.Только добавил !DOCTYPE html , css стили отключились. (режим совместимости как я понял).В чем дело?
  5. Внутри блок зеленого цвета есть блок с текстом. Внутренний блок нужно разместить абсолютным позиционированием. Но если это сделать , то внешний блок не растягивается на его длину. Что нужно вписать во внешний блок? <div style="background-color:green"> <div style="position:absolute">Текст</div> </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