Jump to content
  • 0

2 колонки с позиционированием текста внизу в 1 колонке


Aurica
 Share

Question

Всем доброго времени суток. Имеется список вакансий. Должно быть так:

722defa2d85e.png

На данный момент так:

a048825b4e72.png

одна вакансия, 2 блока левый блок плавающий.

1) надо сделать левый блок растягивающимся по высоте правого. (в принципе необязательно, я могу сделать нижнюю рамку у контейнера родителя. А с другой стороны, как тогда прибить этот блок к низу родительского блока?)

2) надо прибить текст в левой колонке к низу.

html-код

<div class="elem">
...
<div class="elem_title">
<a href="?rm=show_vacancy;vacId=3446">
бухгалтер
</a>
</div>
<div class="info_left">
24.07.2010<br/>
<a href="?rm=show_vacancy;vacId=3446">
...
</a>
</div>
<div class="info_right">
<b>компания: </b>Trest-Info<br/>
<b>требования: </b>
...
</div>
</div>

css-код

body, table, tr, td {
margin:0;
padding:0;
border:0;
}
body {
font-size:11px;
font-family:Verdana, Tahoma, sans-serif;
color:#777777;
text-align:center;
padding:0.5em;
}
...

table.category_vac_cv th, p.list_title {
#background-color:#EFF7DF;
background-color:#EAF0DA;
color:#223311;
font-family:Tahoma, Arial, sans-serif;
text-transform:uppercase;
text-align:center;
vertical-align:middle;
padding: 4px 0;
border:0 #112200 solid;
border-width:1px 0;
}

a {
color:inherit;
text-decoration:none;
}
...
p.list_title {
width:100%;
font-weight:bold;
border:0;
letter-spacing:0.3em;
margin-bottom:1em;
}

div.elem {
text-align:left;
margin:0px;
padding:0px;
color:#777777;
font-size:0.91em;
overflow:hidden;
}

div.elem_title {
color:#607450;
font-size:inherit;
text-transform:uppercase;
text-decoration:underline;
font-weight:600;
padding-left:1.82em;
margin:0.3em 0;
}
div.info_left, div.info_right {
font-size:inherit;
border: 1px solid #C7D5B9;
padding:0.3em 0.5em;;
}
div.info_left {
border-width: 1px 0 1px 0;
vertical-align:bottom;
float:left;
width:12.73em;
}
div.info_right {
border-width: 1px 0 1px 1px;
margin-left:13.82em;
}

ссылки на сгенерированные страницы:

на странице одна вакансия

список вакансий

Увидела, что на странице элементарно нет doctype. Добавила. Не сработало, все то же самое.

Добилась валидации и css и hml на страничке с одной вакансией.

Так что вопрос в силе.

Edited by Aurica
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

На 1 вакансию используйте 6 блоков с отступами.

1- родительский, 2 и 3 пустой в левом верхнем углу и в правом с контентом, 4 - внизу с иконкой, 5 - справа с отступами под контентом и 6 блок радделитель между 2-3 и 4-5.

Link to comment
Share on other sites

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