cgishack
9 Jul 2007, 1:54 PM
Hello,
I am trying to add quick tips to to a set of <span> tags nested in a div.
The tips work fine initially, but once i scroll the div (overflow:auto) on the screen the tips do not appear anymore (IE 6 and 7 , FF = ok)
Here is a sample
<div style="overflow:auto; width:300px; height:100px;">
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
</div>
Does anyone know of a work around ?
Or can this be fixed ?
Drew
I am trying to add quick tips to to a set of <span> tags nested in a div.
The tips work fine initially, but once i scroll the div (overflow:auto) on the screen the tips do not appear anymore (IE 6 and 7 , FF = ok)
Here is a sample
<div style="overflow:auto; width:300px; height:100px;">
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
<span ext:qtip="This is my tooltip1 ...">Test1</span><br />
<span ext:qtip="This is my tooltip2 ...">Test2</span><br />
<span ext:qtip="This is my tooltip3 ...">Test3</span><br />
</div>
Does anyone know of a work around ?
Or can this be fixed ?
Drew