• HTML INTRODUCTION

    The HTML 5 language has a "custom" HTML syntax that is compatible with HTML 4 and XHTML1 documents published on the Web, but is not compatible with the more esoteric SGML features of HTML 4.

  • JAVASCRIPT Introduction

    JavaScript (JS) is a dynamic computer programming language.

  • Structured Query Language (SQL)

    SQL is a standard language for accessing databases.

  • AJAX INTRODUCTION

    AJAX = Asynchronous JavaScript and XML.

  • ASP

    ASP.NET is a development framework for building web pages and web sites with HTML, CSS, JavaScript and server scripting.

  • Save a lot of work with CSS!

    In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.

  • C# (programming language)

    c# (pronounced as see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, procedural, generic, object-oriented (class-based), and component-oriented programming disciplines.

  • Java - Overview

    Java programming language was originally developed by Sun Microsystems which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems' Java platform (Java 1.0 [J2SE]).

  • jQuery is a JavaScript Library

    jQuery greatly simplifies JavaScript programming.

  • PHP LANGUAGE PROGRAMMING

    PHP is a server scripting language, and is a powerful tool for making dynamic and interactive Web pages quickly.

  • Introduction to XML

    XML was designed to transport and store data.HTML was designed to display data.

Tuesday, January 7, 2014

Posted by amikitinfo
No comments | 8:33 PM

Example

Specify the inward offsets of the image-border:
div
{
border-image-source: url(border.png);
border-image-slice: 50% 50%;
}

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari
The border-image-slice property is not supported in any of the major browsers.
Look at the border-image property instead!

Definition and Usage

The border-image-slice property specifies the inward offsets of the image-border.
Default value: 100%
Inherited: no
Version: CSS3
JavaScript syntax: object.style.borderImageSlice="50% 50%"


Syntax

border-image-slice: number|%|fill;
Note: This property specifies the inward offsets from the top, right, bottom, and left edges of the image, dividing it into nine regions: four corners, four edges and a middle. The middle image part is discarded (treated as fully transparent) unless the fill keyword is present. If the fourth number/percentage is omitted, it is the same as the second. If the third one is also omitted, it is the same as the first. If the second one is also omitted, it is the same as the first.
Value Description
number Numbers represent pixels in the image (if the image is a raster image) or vector coordinates (if the image is a vector image)
% Percentages are relative to the size of the image: the width of the image for the horizontal offsets, the height for vertical offsets
fill Causes the middle part of the border-image to be preserved

+CSS3  +CSSReflex +CSSCHOPPER +CSS Author  +CSSW Yemen-Sana'a  +Css Color +CSSW Yemen-Sana'a +CSS Light +CSS Mobi  

0 comments:

Post a Comment

Hosting Gratis