27 lines
811 B
HTML
Executable File
27 lines
811 B
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="https://www.w3.org/1999/xhtml">
|
|
<head profile="https://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> |