Hi all,
Hope someone can assist. with this (maybe minor but) elusive issue.
Environment:
===============================
1) Joomla 2.5.4 on WAMP
2)Chronoforms componant 4 RC3.3
Issue:
================================
1) form created fine
2) ? link replaced by custom icon fine
3) Tooltip partially modified/styled by means of information in the following tread: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=26&t=71589
My problem is, as with spaceodissey in the tread. How do you style the rest of the tooltip?
What i have now when i hover the tooltip is:

How do i style the yellow inner part?
The css code i m using is af follows:
Finally... one little question out of curiosity.
Is the exclusion of an icon image for the tool tip in chronoforms v4 intentional?
Or is it a coding error? I rather liked the fact that there was a standard icon present
in version 3. then i could just replace that one with a custom made icon image.
Now i need to figure out a path / place to put the icon image myself and also modify
the HTML-code generated by the forms wizard.
Thanks in advance for your replies.
Orlando.
Hope someone can assist. with this (maybe minor but) elusive issue.
Environment:
===============================
1) Joomla 2.5.4 on WAMP
2)Chronoforms componant 4 RC3.3
Issue:
================================
1) form created fine
2) ? link replaced by custom icon fine
3) Tooltip partially modified/styled by means of information in the following tread: http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=26&t=71589
My problem is, as with spaceodissey in the tread. How do you style the rest of the tooltip?
What i have now when i hover the tooltip is:

How do i style the yellow inner part?
The css code i m using is af follows:
div.tooltipbox{
z-index: 9999;
width: 150px;
background-color: #f6f6f6;
border: 8px solid #eeeeee;
padding: 8px !important;
text-shadow: 0 1px 0 #fff;
display: none;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}
div.tooltip {
font-weight: bold;
background: none !important;
padding:0px !important;
}
/* ----- Start backup of original code
.tool-tip{
z-index:9999;
width: 280px;
background-color:#f6f6f6;
border:8px solid #eeeeee;
padding:8px !important;
text-shadow:0 1px 0 #fff;
display:none;
}
.tool-tip .tool-title{
font-weight: bold;
background: none !important;
padding:0px !important;
}
------------ End backup of original code */
Finally... one little question out of curiosity.
Is the exclusion of an icon image for the tool tip in chronoforms v4 intentional?
Or is it a coding error? I rather liked the fact that there was a standard icon present
in version 3. then i could just replace that one with a custom made icon image.
Now i need to figure out a path / place to put the icon image myself and also modify
the HTML-code generated by the forms wizard.
Thanks in advance for your replies.
Orlando.