Hi all,
Hi have several forms with the chronoform. But the tight layout just don't get the tooltip near the text boxes.
Is this a bug?
Tks for your help.
Renas
Hi have several forms with the chronoform. But the tight layout just don't get the tooltip near the text boxes.
Is this a bug?
Tks for your help.
Renas
Hi,
Actually this is the default behavior for tooltips with normal or tight layouts, its at the end of the input line.
You can change this by adding
Regards,
Max
Actually this is the default behavior for tooltips with normal or tight layouts, its at the end of the input line.
You can change this by adding
position:reltaive; float:left;
to the tooltip styles and float:left;
to the input box styles, that should fix the issue.Regards,
Max
This topic is locked and no more replies can be posted.