Jump to content
  • 0

div надо приклеить справа снизу страницы.. никак((


prajenik
 Share

Question

ребят есть такой код

 <style type="text/css">
.block1 {
bottom: 0px;
padding-right: 10px;
background: #ccc;
position: absolute;
}
</style>



<div class="block1">Lorem</div>

в итоге на этой странице DIV со словом Lorem отображается слева, все чего я смог добиться это то что он приклеился к низу

http://anitchkov.vputi.net

а мне надо что бы он был в самом углу справа, снизу справа

и желательно что бы этот DIV шел нижним!!!! слоем, потому что туда я хочу разместить кусок фона!!

буду очень признателен за подсказки

заранее спасибо

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0
right:0px; ?

Еще боди задать relative.

Чтобы поставить нижним слоем можно задать отрицательный z-index( или всем остальным задать положительный) или поставить перым в потоке.

Edited by shvv
Link to comment
Share on other sites

  • 0
right:0px получилось вправо...

теперь bottom сломался... вставляю контект на сайте, DIV мой остаеться там где он был изначально...

вот сейчас глянте: http://anitchkov.vputi.net

У вас плавающие блоки выпали из родителя.

Нужно очистить поток.

Link to comment
Share on other sites

  • 0

все равно не понял куда ставить этот clear...(((

 <style type="text/css">

.clear
{
clear: both;
}

.block1
{
bottom: 0px;
right: 0px;
background: #ccc;
position: absolute;
}








<div class="clear"></div>

<div class="block1">Lorem</div>

почитал тут немного.. я так понял что весь весь сайт надо заключить в родительский DIV ?

Link to comment
Share on other sites

  • 0

я решил выйти из данной ситуации по другому

сделал родительский блок и в нем дал фон


.fon1
{
width: 100%;
height: 100%;
background-image: url(img/fon.gif);
background-repeat: no-repeat;
background-position: right;
}

<div class="fon1"></div>

но опять же почему то ФОН приклеивается только справа, а если я добавлять в строку background-position: right параметр bottom

ничего не меняется((((((((((((((((

Link to comment
Share on other sites

  • 0
но опять же почему то ФОН приклеивается только справа, а если я добавлять в строку background-position: right параметр bottom

ничего не меняется((((((((((((((((

Опять - двадцать пять :)

Уберите высоту у этого блока и задайте

overflow:hidden;

а потом подумайте, что случилось и почему.

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