Hi Jorge,
No problem, just include the band as part of your css rules selector.
As you can see from firebug, the first band is in a containing div with id
timeline-band-0
Second has id timeline-band-1 etc
And each of your events can have its own classname. Eg event_1_class,
event_2_class
So to just affect the event 1's tape in just the second band:
#timeline-band-1 .tape-event_1_class {background-color: purple;}
Larry
________________________________
From: Jorge <[email protected]>
To: SIMILE Widgets <[email protected]>
Sent: Tuesday, March 24, 2009 2:54:19 PM
Subject: Re: change the css class of event tape from timeline-event-tape
Hi larry,
I went here to post this special feature that I´ve found, but you have
already answered :D
You are sure fast, great support :)
But I´ve not explained me right, I have 3 event tape and I want the 3
to be different, one normal, one dotted and one dashed. As I´ve
explained I can do this with css rules, but from what I could tell,
'special' feature only applies to one band( or I´m I wrong ? ) and I
need each tape with a different class...
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
-~----------~----~----~----~------~----~------~--~---