If I understand what you want, you simply put the timeline into an
html table with something in the td's on either side: -
  <table>
      <tr>
          <td>
                Stuff to go on the left of your timeline
          </td>
          <td>
                Timeline
          </td>
          <td>
                Stuff to go on the right of the timeline
          </td>
      </tr>
  </table>

Since my normal development environment is MS Visual Studio, all this
would be within my aspx page (see
http://www.robertb.co.nz/timeline/Using the Simile TimeLine with
ASP.htm
for an example), and there'd be something in the vb code-behind to
populate the left and right bits.  But <table>, <tr>, and <td> are
basic html, and there's nothing specific to MS or ASP.NET about the
suggestion above.

I hope this helps.
Regards, Robert.

On Nov 11, 2:18 am, grea09 <[email protected]> wrote:
> To make it clear I would like to add two overlays on both side of the
> timeline.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to