Please visit our sponsors !
The outline-style property
An outline is a line that is drawn around elements, outside the border edge,
to make the element "stand out". The outline-style property sets the
style of the outlines.
Note: Outlines do not take up space, and they do not have to be
rectangular.
Inherited: No
Example
button
{
outline-style: solid
}
|
Possible Values
Value |
Description |
NN |
IE |
none |
Defines no outlines |
|
|
dotted |
Defines a dotted outline |
|
|
dashed |
Defines a dashed outline |
|
|
solid |
Defines a solid outline |
|
|
double |
Defines two lines around the element. The width of the
two lines are the same as the outline-width value |
|
|
groove |
Defines a 3D grooved outline. The effect depends on the
outline-color value |
|
|
ridge |
Defines a 3D ridged outline. The effect depends on the
outline-color value |
|
|
inset |
Defines a 3D inset outline. The effect depends on the
outline-color value |
|
|
outset |
Defines a 3D outset outline. The effect depends on the
outline-color value |
|
|
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|