<!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">
<title>Spacing & Padding</title>
<head>
<style type="text/css">
<!--
body {
font-family:"Trebuchet MS, Arial, Helvetica, sans-serif 80%";
color: #948a63;
font-weight: bold;
}
#div1 p {
margin-right:10px;
text-align:left;
border:1px solid #948a63;
}
.progress {
float:left;
padding:5px;
background-color: #efefe7;
}
.arrow {
vertical-align: -4px;
}
-->
</style>
<title>Arrow Progress Bar Mockup</title>
</head>
<body>
<div id="div1">
<p class="progress">Indicator 1 <img class="arrow" src="arrow1.gif" width="19" height="19"></p>
<p class="progress">Indicator 2 <img class="arrow" src="arrow1.gif" width="19" height="19"></div>
</body>
</html>
Bookmarks