This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>Border Image Test</title> | |
| <style type="text/css"> | |
| #slider { | |
| /*This shows how to use border-image to mimic the behavior | |
| of stretchableImageWithLeftCapWidth:topCapHeight: in CSS. | |
| This example has a border-left and border-right width of 15px. |