MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Especificaciones Pagina 93

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 504
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 503 504

Comentarios a estos manuales

Sin comentarios