Yes, that's possible--it's just normal CSS. If you specify "100%" and it 
still doesn't take up the maximum possible width, then that's because 
some of the parent elements are not set to 100%. You can use Firebug to 
try to see which element is not set to 100%.

David

Stephen Martino wrote:
> Does anyone have any ideas on whether this is possible?
>
> On Fri, Sep 5, 2008 at 11:27 AM, Stephen Martino <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>     To the group,
>
>     I have the below statement in my timelineConfig to set the width
>     of the timeline to 1280 pixel.  What would be optimal is to be
>     able to use a percentage setting here, ie: 100% so that it adjusts
>     automatically to the resolution of the screen, ie: it fits into
>     the screen resolution that the user is using...any thoughts?
>
>     thanks
>
>     Steve
>
>     var timelineConfig = {
>            timelineConstructor: function (div, eventSource) {
>                div.style.width="1280px";
>               
>
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to