-moz-binding property
Sets the URL of the XBL (Extensible Binding Language) file containing the binding.
JavaScript page for this property: MozBinding. You can find other example(s) there. |
Possible values:
One of the following values:
Where URI specifies the location of the XBL file. | |||||||
Takes the value of this property from the computed style of the parent element. | |||||||
Do not bind anything for this element. |
Default: none.
Example HTML code 1:
This example illustrates the use of the -moz-binding property:
|
|||||
<head> <style> #bindingTest { -moz-binding : url("somexbl.xml#alert-it"); } </style> </head> <body> Move your mouse over <b id="bindingTest">this text</b>. </body> |
|||||
|
|||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, applet, b, bdo, big, blink, blockQuote, body, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, embed, fieldSet, font, form, H1, H2, H3, H4, H5, H6, hr, html, i, iframe, img, input:button, input:checkbox, input:file, input:image, input:password, input:radio, input:reset, input:submit, input:text, ins, isIndex, kbd, keygen, label, legend, li, marquee, menu, object, ol, optGroup, option, p, pre, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var
External links:
User Contributed Comments