кодесурса
«HTML

Свойства CSS: Как установить правый край абсолютной позиции элемента деления

script1adsense2code
script1adsense3code

Перейти на страницу упражнений

Решение:

HTML-код:

<!DOCTYPE html>
  <html>
  <head>
  <title>How to set the right edge of the absolute position of division element</title>
  <style type="text/css">
div.relative {
    position: relative;
    width: 300px;
    height: 150px;
    border: 3px solid #CC63FF;
}
div.absolute {
    position: absolute;
    right: 30px;
    width: 150px;
    height: 120px;
    border: 3px solid #FF36CC;
} 
</style>
  </head>
  <body>
<p>w3resource Tutorial</p>
<div class="relative">This division element is relative position.
  <div class="absolute">This division element is absolute position. It is placed 30 pixels to the left of the right edge of the containing positioned element.</div>
</div>
</body>
  </html>

Демонстрация в реальном времени:

См. Правильный ответ пера от w3resource ( @ w3resource ) на CodePen .


Посмотреть решение в браузере

Поддерживаемый браузер

«Opera«Интернет
да да да да да

Перейти на страницу упражнений

Каков уровень сложности этого упражнения?

Новый контент: Composer: менеджер зависимостей для PHP , R программирования


script1adsense4code
script1adsense5code
disqus2code
script1adsense6code
script1adsense7code
script1adsense8code
buysellads2code