Jump to content
  • 0

Расширяется слой(блок)


Glebr
 Share

Question

У меня такая проблема: у сайта из двух блоков второй(#position3), где находится контент и текст при вводе текста слой расщиряется, а в результате чего опускается вниз. Помогите пожалста сделать так чтоб он не расширялся!


  1. #container {
    width: 850px;
    /* Ширина слоя */
    margin-right: auto;
    /* Отступ справа */
    margin-left: auto;
    /* Отступ слева */
    background-color: ;
    height:1008;
    }
    #position1{
    /* Этот слой накладывается поверх */
    position: relative;
    /* Относительное позиционирование */
    left:0px;
    /* Положение от левого края */
    top: 0px;
    /* Положение от верхнего края */
    width: 150px;
    /* Ширина правой колонки */
    height:1000px;
    background-image: url(fon1.jpg);
    /* Цвет фона */
    color: #000;
    /* Цвет текста */
    border: 1px solid gray;
    margin-left : 0px;
    margin-bottom : 2px;
    margin-right: 2px;
    float: left;
    }
    #position2{
    /* Этот слой накладывается поверх */
    /* Относительное позиционирование */
    left:0px;
    /* Положение от левого края */
    top: 950px;
    /* Положение от верхнего края */
    width: 848px;
    /* Ширина правой колонки */
    height:26px;
    background-image: url(fon1.jpg);
    /* Цвет фона */
    color: Black;
    /* Цвет текста */
    border: 1px solid gray;
    margin-bottom : 1px;
    float: left;
    }
    #position3{
    /* Этот слой накладывается поверх */
    position: relative;
    /* Относительное позиционирование */
    left:0px;
    /* Положение от левого края */
    top: 0px;
    /* Положение от верхнего края */
    width: 694px;
    /* Ширина правой колонки */
    height: 1000;
    background-image: url(fon1.jpg);
    /* Цвет фона */
    color: #000;
    /* Цвет текста */
    border: 1px solid gray;
    float: left;
    }

Edited by Glebr
Link to comment
Share on other sites

1 answer 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

×
×
  • 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