What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-css, is-css-property, from-w3c
OutlineStyleCSSProperty  
The outline-style property sets the style of the outline within a box.

You are here: Home > CSS Reference > Properties > outline-style

Usage

Values

See border styles.

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
style.outlineStyle reflects <div style='outline-style: bogus'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: dashed'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: dotted'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: double'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: groove'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: hidden'> N N N N N Y Y Y
style.outlineStyle reflects <div style='outline-style: inset'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: none'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: outset'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: ridge'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: solid'> Y N N Y Y Y Y Y
style.outlineStyle reflects <div style='outline-style: window-inset'> Y N N N N N Y N

Further reading


Sign in to add a comment