hey guys,
Thought I'd check in to see if anyone had come across this problem - I suspect more a CSS than a tooltip issue, but it's only happening with my tooltip.
Html structure is:
<div class="form_field"><label>stuff</label> <input type="text" ... title="this is my tooltip" />
</div>
now with other things I'm doing, I've had to move to relatively absolute positioning, so have marked .form_field as position: relative;
Works a treat with the other elements I'm working with, but tooltip when it appears now appears miles away from the fields it's supposed to.
Is there any way to overwrite the CSS that is kicked out by the tooltip?
Many thanks for any help.
Cheers,
Terry
Thought I'd check in to see if anyone had come across this problem - I suspect more a CSS than a tooltip issue, but it's only happening with my tooltip.
Html structure is:
<div class="form_field"><label>stuff</label> <input type="text" ... title="this is my tooltip" />
</div>
now with other things I'm doing, I've had to move to relatively absolute positioning, so have marked .form_field as position: relative;
Works a treat with the other elements I'm working with, but tooltip when it appears now appears miles away from the fields it's supposed to.
Is there any way to overwrite the CSS that is kicked out by the tooltip?
Many thanks for any help.
Cheers,
Terry
