Jump to content

depode

Newbie
  • Posts

    4
  • Joined

  • Last visited

Everything posted by depode

  1. Спасибо, разобрался, теперь буду знать
  2. Уже прописал в стилях #content { clear:both; width:875px; background:#000000; } Вот полная схема, нужно красный в лево сместить, а зелёный вправо, и блок #content был на заднем фоне
  3. 1) как получается 2) как надо
  4. Здравствуйте, помогите решить проблему. CSS недавно начал осваивать. Нужно что бы блоки news и menu обтекались блоком content а получается вот что CSS #container { width: 875px; } #top { background:url(../images/top.jpg) no-repeat #000000; width:875px; height:427px; } #speedbar .leftb { width: 115px; height: 32px; float: left; color: white; background:url(../images/b_l.gif) no-repeat #000000; } #speedbar .centerb { height: 32px; width: 732px; background:url(../images/b_c.gif) repeat #000000; margin-left: 0px; float: left; } #speedbar .rightb { height: 32px; background:url(../images/b_r.gif) no-repeat #000000; float: left; margin-left: 0px; width: 28px; } #content { clear:both; width:875px; background:#000000; } #content .news{ width: 580px; background-color:#151316; margin:5px; padding:0; float: left; } #content .menu{ } HTML <body> <div align="center"> <div id="container"> <div id="top"></div> <div id="speedbar"> <div class="leftb"></div> <div class="centerb"></div> <div class="rightb"></div> </div> <div id="content"> <div class="news"> <p>материал </p> <p>материал</p> </div> <div class="menu"> меню </div> </div> <div> <div> </body>
×
×
  • 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