<html>
<head>
<title></title>
<style>
#left { float: left; width: 150px; }
#right { float: left; width:800px; height:100%; }
/*
you can add the following
display: block; or dispay: inline;
you can position relative to tags above, or position absolute to the viewport, or to the tags that are relative.
position: absolute; position: relative;
*/
#title1 { padding: 4px; overflow: auto; background-color: #8EB4E3; }
</style>
</head>
<body>
<div id="left">
<div id="title1">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
<tr>
<td>OUR SYSTEM</td><td width="11%" height="10">
<div align="right"><img src="../fleet/images/logos/<?=$fleetID?>.png" width="100" height="50" /></div>
</td>
</tr>
</table>
</div>
</div>
<div id="right">Map goes here.</div>
</body>
</html>
Bookmarks