Hi Jorge, The feature you want is already available: The current release, 2.3.1, also sets the tape's div's class to include the event's classname attribute.
As you can see from the example: http://simile-widgets.googlecode.com/svn/timeline/tags/latest/src/webapp/examples/test_example/test.html The orange tape's event has classname = special_event And the tape's div has class names "tape-special_event special_event timeline-event-tape" (This means that it will respond to css rules for any of the three individual classes.) This enables you to write css rules that selectively apply to the tapes, labels, highlights and/or icons. See the changes file for the details on the modifiers for the different elements of the band. Use firebug to help you figure out why your css rules are or are not working. Regards, Larry ________________________________ From: Jorge <[email protected]> To: SIMILE Widgets <[email protected]> Sent: Tuesday, March 24, 2009 2:17:46 PM Subject: change the css class of event tape from timeline-event-tape Hi, I´m trying to make just one( out of 3) event tape, doted instead of filled with some color. I can do this adding border-bottom: dotted 3px to the event tape (I´ve already tested it with firebug). The thing is that I didn´t find any property to make possible this class change of the event tape. I´ve found a 'classname' but it´s only to the event label tape. Is there a way to do it ? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
