no poll graph - on mac
I am running mac os 9.2 / internet explorer 5.1: the result of a poll is not visualized by a graph. (see example in this web-log / polls / poll online-help ) What do i have to to make the graph show?
I am running mac os 9.2 / internet explorer 5.1: the result of a poll is not visualized by a graph. (see example in this web-log / polls / poll online-help ) What do i have to to make the graph show?
tobi Verwaltung
well, your statement is not always true. in fact, i noticed that the poll graph is not visible in some browsers while it is in others. the usual incompatibility crap.
i must admit that i don't have a clue how to fix this right now because i simply don't understand why a stylesheet assingment of e.g. width: 50px in a span tag is not rendered as 50px wide element, generally. min-width doesn't work, either (if somebody comes up with a smart solution i'll happily adapt it).
in the meantime you can change the graph display yourself by editing the "choice result" skin. good luck!
hermannluehrs
the poll graph shows in project.antville - so the smart solution must have been found there.
________[sreenshot]________
________[/sreenshot]________
Same Browser in help.antville. Different result:
________[sreenshot]________
________[/sreenshot]________
How would i have to adjust the choice graph skin myself?
tobi Verwaltung
in project antville an image tag is used to define the width of the span tag:
<img src="<% imageurl name="/pixel" %>" width="<% param.width %>" height="5" alt="" />
i will put this into the default skin. thanks for the hint, hermann!