|
Revision 358, 1.2 kB
(checked in by bob, 3 years ago)
|
relative doc links
|
- Property svn:mime-type set to
text/html
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 |
<html> |
|---|
| 3 |
<head> |
|---|
| 4 |
<title>Demo of MochiKit Visual Elements</title> |
|---|
| 5 |
<link href="rounded_corners.css" rel="stylesheet" type="text/css" /> |
|---|
| 6 |
<script type="text/javascript" src="../../MochiKit/MochiKit.js"></script> |
|---|
| 7 |
<script type="text/javascript" src="rounded_corners.js"></script> |
|---|
| 8 |
</head> |
|---|
| 9 |
<body> |
|---|
| 10 |
<h1>MochiKit.Visual <span id="visual_version"></span></h1> |
|---|
| 11 |
<h2>Rounded Corners</h2> |
|---|
| 12 |
<p> |
|---|
| 13 |
This example demonstrates the rounded corners functionality of |
|---|
| 14 |
<a href="http://mochikit.com">MochiKit</a>'s |
|---|
| 15 |
<a href="../../doc/html/MochiKit/Visual.html">MochiKit.Visual</a>. |
|---|
| 16 |
</p> |
|---|
| 17 |
<p> |
|---|
| 18 |
The heading at the top of this page should have all four corners |
|---|
| 19 |
rounded. The heading for this section should just have the bottom |
|---|
| 20 |
corners rounded. |
|---|
| 21 |
</p> |
|---|
| 22 |
View Source: |
|---|
| 23 |
<ul> |
|---|
| 24 |
<li><a href="rounded_corners.js" class="view-source">rounded_corners.js</a></li> |
|---|
| 25 |
<li><a href="index.html" class="view-source">index.html</a></li> |
|---|
| 26 |
</ul> |
|---|
| 27 |
</body> |
|---|
| 28 |
</html> |
|---|