Error in style attribute?
Posted: Tue Aug 30, 2005 12:29 pm
Hello,
I have a webchart (TeeChart 2.0) absolute positioned on a webpage.
When I run the application, the following HTML code is produced:
The clickedy and clickedx are wrongly outputted.
I.m.o. it should be:
Now the TOP attribute value is not recognized and the chart is wrongly located on my page
Regards,
Jaap
I have a webchart (TeeChart 2.0) absolute positioned on a webpage.
When I run the application, the following HTML code is produced:
Code: Select all
style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39pxclickedy="0clickedx="0; height:400px; width:713px"
I.m.o. it should be:
Code: Select all
style="Z-INDEX: 101; LEFT: 22px; POSITION: absolute; TOP: 39px; clickedy=0; clickedx=0; height:400px; width:713px"
Regards,
Jaap