1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <div style="display: block; float: left; height: 100px; width: 500px;" >
<!-- pour chaque processus -->
<span style="height: 27px; display: inline;">
<span style="background-image: url('gauche.gif'); float: left; width: 8px; height: 27px; float: left; background-repeat: no-repeat; ">
<!-- <img src="../../ui/images/pixel.gif" width="8" /> -->
</span>
<span style=" background-image: url('centre.gif'); height: 27px; float: left; background-repeat: repeat-x; font-family: Arial; font-weight: bold; font-size: 9pt; padding-top: 5px;">
Test de processus
</span>
<span style="background-image: url('droite.gif'); float: left; width: 30px; height: 27px; float: left; background-repeat: no-repeat; ">
<!-- <img src="../../ui/images/pixel.gif" width="30" /> -->
</span>
</span>
<!-- fin pour chaque processus -->
(....)
</div> |