i'm using inline styles to position some <span>s inside the cluetip.
using an ajax loaded cluetip.  they are ignoring the positioning css.
however, when i open the page directly in my browser, everything is
properly positioned.  fyi, i put some color to the text using css just
to see if inline styles were ok in cluetip.  the color works fine.
here's some of the code:

<div style="width:500px;overflow-y:275px">
<table width="100%">
<tr>
<td align="center">Time (hrs)</td>
</tr>
<tr>
<td>
<span style="position:relative;left:0;top:0;text-align:left;">4pm</
span>
<span style="color:#A52A2A;position:relative;left:35.5;top:0;text-
align:right;">5pm</span>
<span style="color:#A52A2A;position:relative;left:71;top:0;text-
align:right;">6pm</span>
<span style="color:#A52A2A;position:relative;left:106.5;top:0;text-
align:right;">7pm</span>
<span style="color:#A52A2A;position:relative;left:142;top:0;text-
align:right;">8pm</span>
<span style="color:#A52A2A;position:relative;left:177.5;top:0;text-
align:right;">9pm</span>
<span style="color:#A52A2A;position:relative;left:213;top:0;text-
align:right;">10pm</span>
</td>
</tr>
</table>
</div>

Reply via email to