Меню
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON PHP КАК СДЕЛАТЬ
     ❯   

CSS Справочники


CSS Свойства





text-emphasis-position



Example

Use of the text-emphasis-position property:

b.ex1 {
  text-emphasis: double-circle red;
  text-emphasis-position: over;
}

b.ex2 {
  text-emphasis: triangle blue;
  text-emphasis-position: under;
}

b.ex3 {
  writing-mode: vertical-rl;
  text-emphasis: triangle blue;
  text-emphasis-position: under right;
}

b.ex4 {
  writing-mode: vertical-rl;
  text-emphasis: triangle blue;
  text-emphasis-position: under left;
}
Try it Yourself »

Definition text-emphasis-position

Подработка: Перевод страницы

The text-emphasis-position property specifies the position of the emphasis marks (over, under, left, right).

Tip: Use the writing-mode property to specify horizontal or vertical writing mode.

Default value: over right
Inherited: yes
Version: CSS3
JavaScript syntax: object.style.textEmphasisPosition="under"

Browser Support text-emphasis-position

The numbers in the table specify the first browser version that fully supports the property.

Property
text-emphasis-position 99.0 99.0 46.0 7.0 85.0


CSS Syntax text-emphasis-position

text-emphasis-position: over|under|left|right|initial|inherit;

Value Description
over The emphasis marks are applied over the text (in horizontal writing mode) Demo ❯
under The emphasis marks are applied under the text (in horizontal writing mode) Demo ❯
left The emphasis marks are applied to the left of the text (in vertical writing mode)
right The emphasis marks are applied to the right of the text (in vertical writing mode)
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit


×

Связаться с отделом продаж

Если вы хотите использовать услуги schoolsw3 как образовательное учреждение, команда или предприятие, отправьте нам электронное письмо:
sales@schoolsw3.com

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, отправьте нам электронное письмо:
help@schoolsw3.com

Schoolsw3 оптимизирован для обучения и подготовки. Примеры могут быть упрощены для улучшения чтения и обучения. Учебники, ссылки и примеры постоянно проверяются, чтобы избежать ошибок, но мы не можем гарантировать полную правильность всего контента.
При использовании Schoolsw3 вы соглашаетесь прочитать и принять наши условия использования,
политику использования файлов cookie и конфиденциальности.

Авторское право 1999- © Copyright. Все права защищены. Schoolsw3 работает на SW3.CSS.