What's new?
|
Help
|
Directory
|
Sign in
doctype
Documenting the open web
Project Home
Wiki
Issues
Source
Search
Search Within:
All Wiki Pages
Featured Pages
Current Pages
Deprecated Pages
for
Updated
Sep 19, 2008
by
pilgrim
Labels:
about-css
,
is-css-property
,
from-w3c
BorderStyleCSSProperty
The border-style property sets the style of the four borders.
You are here:
Home
>
CSS Reference
>
Properties
>
border-style
Usage
Values
dotted
dashed
solid
double
groove
ridge
inset
window-inset
outset
none
hidden
inherit
Browser compatibility
Compatibility table legend
Test
IE8
IE7
IE6
FF3
FF2
Saf3
Op9
Chrome
style.borderStyle reflects <div style='border-style: bogus'>
N
N
N
Y
Y
Y
Y
Y
style.borderStyle reflects <div style='border-style: dashed'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: dotted'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: double'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: groove'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: hidden'>
Y
N
N
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: inset'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: none'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: outset'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: ridge'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: solid'>
Y
Y
Y
N
N
Y
Y
Y
style.borderStyle reflects <div style='border-style: window-inset'>
Y
Y
Y
N
N
N
Y
N
Further reading
The border-style property in CSS 2.1
The border-style property on Mozilla Developer Center
The border-style property on MSDN
The border-style property on the SitePoint CSS Reference
Sign in
to add a comment