Jump to content

maveric

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by maveric

  1. Спасибо за похвалу (Дизайн) Я второй день изучаю css если не сложно объясни поподробней .
  2. Возникла проблема при верстке слоями сайт расположение по центру при верстке дивами возникает проблема что при разном разрешении 1900*600 и 1024*768 один блок постоянно теряет ориентацию на экране 1024*768 1600*900 как исправить код чтоб подходило и на широкоформатные и на обычные ? Заранее спасибо за потраченное время #leftcol { position: relative; margin: 0px auto; height: 730px; width: 925px; } #content { position: relative; left: 655px ; top: -500px; height: 470px; width: 558px; opacity: 0.2; background: #333; } img.semi { opacity: 0.2; /* Полупрозрачность элемента */ } body { background: #333; /* Цвет фона */ } p {font-size: 80%; font-family: Arial, Verdana, sans-serif; color: White;} </style> </head> <body> <div id="leftcol"><img src="file:///D|/work/Дима сайт/сайт дима5.jpg" width="925" height="730" /></div> <div id="content"><p> </p></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