first commit
This commit is contained in:
27
test/index.html
Executable file
27
test/index.html
Executable file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head profile="http://gmpg.org/xfn/11">
|
||||
|
||||
<title>CSS Round Corner Button Link Examples</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
|
||||
<h1>CSS Round Corner Button Link Examples</h1>
|
||||
|
||||
<h2>Example 1</h2>
|
||||
<p>This example uses 2 images. These button links are tested on IE6, IE7, Firefox 3, Safari 4. </p>
|
||||
|
||||
<ul class="example1">
|
||||
<li><a href="#"><span>Home Elendslanger Textbuttonfelder</span></a></li>
|
||||
<li><a href="#"><span>About</span></a></li>
|
||||
<li><a href="#"><span>Contact Us</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user