Jump to content
  • 0

Происходит смещение в низ.


jontsk
 Share

Question

Не удается поставить блок н3 третьим. Происходят смещения вниз.

Надо что-бы бирюзовый блок встал в ряд после синего.

Общая длина 960 поделена между 3емя блоками.

<div class="wrapper">

<div id="header">

<div id="top_menu">

вывод меню

</div>

<div id="main_stream">

вывод главного **

</div>

<div id="user_menu">

вывод юзер меню3

</div>

</div>

</div>

body{

width:960px;

margin: auto;

padding:0;

font-size:13px;

font-family:verdana' date=' Arial, Helvetica, sans-serif;

color:#333333;

background-color:#888785;

}

img{

display:block;

margin:0;

padding:0;

border:none;

}

div.wrapper{

display:block;

width:960px;

}

div.wrapper2{

display:block;

width:960px;

}

div.wrapper3{

display:block;

width:960px;

}

/* ———————————————-Header————————————-*/

#logo{

width:960px;

height:105px;

background:#666;

}

#header{

display:block;

}

#header2{

width:830px;

}

#top_menu{

float: left;

width:430px;

height:150px;

background:#F33;

}

#main_stream{

f

width:400px;

height:150px;

background:#36C;

}

#user_menu{

float:right;

width:130px;

height:150px;

background:#6C9;

}[/quote']

http://rghost.ru/49003857.view

сделал все сам.

Edited by jontsk
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By edem7778
      $mass[1]= "test1 "; $mass[2]= "test2 "; $mass[3]= "test3 "; $rd = rand(0,3); echo $mass[$rd]; Всем приветос!!
      Выручайте ребята проблемка такая: есть определенный ДИВ на странице в котором выводится случайный текст из массива(код прилагается).
      Необходимо сделать так, что бы раз в минуту не обновляя страницы в этом ДИВ-е происходило обновление на другое рандомное сообщение. 
      Каким образом это реализовать? Только прошу не говорите загадками) а то туго доходит
×
×
  • 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