Hi Malay, You want to add an image that does not move? -- The Timeline band should move behind your fixed image?
If that's the case, I think that your idea of using the software which paints the Simile copyright onto the band is a good idea. The code is in the timeline.js file, search for 'copyright' Also, note that createTranslucentImage changes the image--it doesn't add the image to the dom. To add the image to the main container for the Timeline, I believe that you'd use: timeline_obj.addDiv(new_element); Where timeline_obj is the object you receive back from the initial create timeline call. (Above has not been tested.) Hope this helps, Larry ________________________________ From: mthakershi <[email protected]> To: SIMILE Widgets <[email protected]> Sent: Tuesday, February 17, 2009 12:45:34 PM Subject: Need help adding image on left side of a band Hello, I need some help figuring out where to make changes. I want to add an image to left side of each detailed band. So I tried to follow the createTranslucentImage code that adds copy right information in bands _div and _innerDiv but it doesn't work. Basically, I think _innerDiv should start after that image. Can someone help me? Thank you. Malay --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
