Jump to content

frayd

Newbie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by frayd

  1. нужно написать так: <link rel="stylesheet" type="text/css" href="otherstyle.css"> <!--[if gt IE 6]><link rel="stylesheet" type="text/css" href="iestyle.css"><![endif]--> IE старше 6 будет работать с файлом iestyle.css
  2. Всем спасибо. Вроде как разобрался.
  3. Это то понятно что должен быть скроллер. Но веть всеравно если его прокрутить в право, то там должен быть отступ.На экране не должно умещаться 10px синей полоски и 10px отступа. Или я чтото не понял...
  4. Слева и сверху все как положено, но справа нет. В Опере тоже нет отступа.
  5. Почему в FF 3.0.5 и Хроме 1.0.154.43 нету справа отступа? В IE7 есть, 10px как и положено. Сам код: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>CSS</title> <style type="text/css"> body { margin:0; padding:0; } div { width:100%; margin:10px; color:white; background-color:blue; } </style> </head> <body> <div>Красивый заголовок на синем фоне</div> </body> </html>
×
×
  • 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