Group,
First let me say awesome product. I've beaten myself up over this and
just can't figure it out. When I create
bandInfos[i].decorators = [
new Timeline.SpanHighlightDecorator({
startDate: "Feb 02 2009 12:30:00 GMT-0600",
endDate: "Feb 24 2009 13:00:00 GMT-0600",
color: "#FFC080",
opacity: 70,
inFront: false, // we want this decorator
to be in front
startLabel: "R1.09",
endLabel: "R1.09"
}),
I get an annoying border box around my startLabel and endLabel that I
can't turn off for either FF or IE. Using firebug I can locate the
individual <div><table><tbody><tr><td> tree and my cssClass is set
correctly.
<table class="timeline-highlight-label timeline-highlight-label-start"
style="right: 3680.28px; width: 5em;">
<tbody>
<tr>
<td>R1.09</td>
</tr>
</tbody>
</table>
HELP!
Thanks in advance
Extra
Version: Timeline_libraries_v2.3.0
Page settings
<style type="text/css">
.t-highlight1 { background-color: #FFC080}
.p-highlight1 { background-color: #FFC080}
</style>
<script src="http://..intranetserverlocation.../javascripts/date.js"
type="text/javascript"></script>
<script>
Timeline_ajax_url="http://..intranetserverlocation.../timeline/
javascripts/timeline_ajax/simile-ajax-api.js";
Timeline_urlPrefix='http://..intranetserverlocation.../timeline/
javascripts/timeline_js/';
Timeline_parameters='bundle=true';
</script>
<script src="http://..intranetserverlocation.../timeline/javascripts/
timeline_js/timeline-api.js" type="text/javascript"></script>
<script src="http://..intranetserverlocation.../timeline/javascripts/
date.js" type="text/javascript"></script>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---