Content értékek: content CSS jellemző tulajdonságai

Content

tartalmat hoz létre a :before és :after jelzők szerint a jellemző dokumentum elé, vagy mögé

Generates content in the document in conjunction with the :before and :after pseudo-elements.
Lehetséges értékek:
String values, URL values, and predefined value formats:

counter(name)
counter(name, list-style-type)
counters(name, string)
counters(name, string, list-style-type)
attr(X)
open-quote
close-quote
no-open-quote
no-close-quote

normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote ]+ | inherit

Content minták, példák:

"div:before { content:"some text"; }

div:after { content:url(page2.html); }

"
Alapértelmezett érték: normal
Öröklődő tulajdonság: nem
Media besorolás: all
Csoport besorolás: content értékek

Kompatibilitás: CSS 2, CSS 2.1, CSS 3,

További content értékek:

counter-increment counter-reset quotes

Content CSS tulajdonságok, referencia

Webdesign