Better presentation on the web
Geoff Canyon
geoffc at inspiredlogic.com
Wed Jun 6 23:50:39 PDT 2007
This is the HTML for the resources chart. Follow the same procedure I
described in my previous email.
regards,
Geoff
<html>
<head>
<style type="text/css">
.taskheader {
height:30px;
width:30%;
overflow:hidden;
padding:2px;
border:1px solid black;
float:left
}
.ganttheader {
height:30px;
width:68%;
overflow:hidden;
padding:2px;
border:1px solid black;
float:left
}
.tasklist {
width:30%;
height:90%;
overflow:hidden;
padding:2px;
border:1px solid black;
float:left
}
.ganttchart {
width:68%;
height:90%;
overflow:scroll;
padding:2px;
border:1px solid black;
float:left
}
</style>
</head>
<body {height:100% width:100%}>
<div class="taskheader" id="taskheader1">
<img src="pg_tasks.jpg">
</div>
<div class="ganttheader" id="ganttheader1">
<img src="pg_tasks.jpg">
</div><br>
<div class="tasklist" id="tasklist1">
<img src="pg_tasks.jpg">
</div>
<div class="ganttchart" id="ganttchart1"
onscroll="tasklist1.scrollTop=scrollTop;ganttheader1.scrollLeft=scrollLe
ft">
<img src="pg_tasks.jpg">
</div>
</body>
</html>
More information about the OmniPlan-Users
mailing list