Jump to content

max400

Newbie
  • Posts

    4
  • Joined

  • Last visited

max400's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Ну размер картинки был 1024 на 200 пикселей! я уменьшил его до 800 и всё нормально встало)
  2. да всё спасибо вопрос решился там правда разрешение было 1024px
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Социальная сеть Adidas</title> <link href="style.css" rel="stylesheet" type="text/css"> </head> <body> <div id="ramka"> <div id="header"><a href="reg.php" id="reg">Регистрация</a></div> <div id="left_menu"></div> <div id="content"></div> <div id="rasporka"></div> </div> <div id="footer"><img src="images/footer.png" width="800" height="200" alt=""></div> </body> </html> body, html{ margin:0px; padding:0px; text-align: center; height: 100%; } #ramka{ width: 800px; margin: 0px auto; text-align: left; min-width: 600px; min-height: 100%; } #left_menu{ width: 200px; float:left; } #content{ margin-left: 202px; margin-right:202px; } #footer{ clear:both; height: 50px; margin-top: -200px; width:800px; margin-left: auto; margin-right: auto; } #rasporka { height: 50px; } #header { background-image: url(images/header.png); width: 800px; height: 200px; }
  4. У меня обрезается шапка сайта справа, как исправить эту проблему?
×
×
  • 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