User Code List
ASP.NET
---New Snippet
C#
---New Snippet
JavaScript
---jQuery
------Konami Code
---Konami Code
---Read URL GET Variables
PHP
---New Snippet
CSS
---CSS2
---CSS3
------Border Image
------Border Radius
------Box Shadow
------Font Face
------RGBA
------Text Shadow
 
 
Border Image
 

/* Support: Firefox 3.1, Safari, Chrome */

/* Method 1 - Set all borders the same */

#border-image {

border: 5px solid #cccccc;

-webkit-border-image: url(/images/border-image.png) 5 repeat;

-moz-border-image: url(/images/border-image.png) 5 repeat;

border-image: url(/images/border-image.png) 5 repeat;

}

/* Method 2 - Individual borders */

#ind-border-images {

border-bottom-right-image

border-bottom-image

border-bottom-left-image

border-left-image

border-top-left-image

border-top-image

border-top-right-image

border-right-image

}

 
Sub-Article List