Laura, Do a view source on this page:
http://people.virginia.edu/~dsg8b/DLtimeline/ It's about 80% down. I changed that 200 in themes.js to 400, but the problem stayed. Oddly enough, if I change the width to 391, everything is displayed properly: http://people.virginia.edu/~dsg8b/DLtimeline/391.html But at 392 the problem shows up: http://people.virginia.edu/~dsg8b/DLtimeline/392.html Laura Vogt-Schilb wrote: > Hi Jigaboo, > > I am interested too in making the label width bigger. Where did you put > that line ? > > theme.event.label.width = 400px > > I found in themes.js : > this.event = { > ... > label: { > insideColor: "white", > outsideColor: "black", > width: 200 // px > } > > Maybe this can help you in finding why "Some part of Timeline thinks it has > 400px to lay down the event's title, and some part thinks it has only > 200px" > > Best regards > Laura > > -----Mensaje original----- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] nombre de David Huynh > Enviado el: martes, 17 de abril de 2007 18:22 > Para: General List > Asunto: Re: titles overlap - bug? > > > Jigaboo, > > It looks like a bug in Timeline... Some part of Timeline thinks it has > 400px to lay down the event's title, and some part thinks it has only > 200px... In other words, I think the line > theme.event.label.width = 400px; // px > in your code is triggering this bug. > > David > > Jigaboo Phelps wrote: >> Does anyone know why this happens? Does the page below load >> properly? Why does the title of an imprecise event sometimes start at >> the beginning of the dark blue and sometimes start after the end of >> the dark blue part? >> >> Thanks a ton. >> >> On 4/12/07, *Jigaboo Phelps* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> The titles on this timeline overlap: >> >> http://people.virginia.edu/~dsg8b/DLtimeline/ >> <http://people.virginia.edu/%7Edsg8b/DLtimeline/> >> >> Is this a bug? If not, what am I doing wrong? >> >> The xml data file is here: >> http://people.virginia.edu/~dsg8b/DLtimeline/data.xml >> <http://people.virginia.edu/%7Edsg8b/DLtimeline/data.xml> >> >> If it is a bug, are there any suggested workarounds? _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
