MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Especificações Página 93

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 504
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 92
Code validation 93
Contents
The property and value tags.
Container
None.
Example
<css-support>
. . .
</css-support>
<property>
Description
Defines a supported CSS property for the browser profile.
Attributes
name, names, supportlevel, message
name="property_name" The name of the property for which you are specifying support.
names="property_name, property_name, ..." A comma-separated list of property
names for which you are specifying support.
The
names attribute is a kind of shorthand. For example, the following names attribute is
a shorthand method of defining the
name attribute that follows it:
<property names="foo,bar">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
<property name="foo">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
<property name="bar">
<value type="named" name="top"/>
<value type="named" name="bottom"/>
</property>
supportlevel="error", "warning", "info", or "supported" Specifies the level of
support for the property. If not specified,
"supported" is assumed. If you specify a
support level other than "
supported" and omit the message attribute, Dreamweaver uses
the default message, “CSS property name
property_name is not supported.
Vista de página 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 503 504

Comentários a estes Manuais

Sem comentários