The following remains stationary on any timeline:
<img
src="http://www.simile-widgets.org/timeline/api/images/copyright-vertical.png"
class="timeline-copyright" title="Timeline copyright SIMILE -
www.code.google.com/p/simile-widgets/">
I would like to place a stationary object on my timeline. I would like to
place a line on the timelines centerdate using getCenterVisibleDate(). I
would like to do this externally, without changeing the javascript
source-code for times-lines.
I tried the following, in CSS, but it is not accurate:
.sync {
background-attachment: scroll;
background-clip: border-box;
background-color: red;
background-image: none;
background-origin: padding-box;
background-position: 0 0;
background-repeat: repeat;
background-size: auto auto;
display: block;
height: 100%;
margin-left: 49%;
opacity: 0.2;
position: absolute;
width: 3px;
z-index: 5000;
}
Is there a better way of doing this?
Thanks
Jeff Roehl
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/simile-widgets/-/6Cyy4feOTa0J.
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.