|
Aug 10
2009
|
Background always transparent in OverLibPosted by netshine in transparent, tooltips, template, OverLib, joomla 1.5, joomla, Javascript, css, colour, color, background |
|
I just spent an infuriating hour trying to work out why the tooltips output by nBill, using OverLib, were always coming out with a transparent background - even if I explicitly specified a background colour when calling OverLib. I tried sending commands in the call to OverLib and setting the javascript variable, but the commands were just ignored.
It seems the solution lies in your template's CSS file...
Thanks to this forum post: http://forum.joomla.org/viewtopic.php?f=541&t=306259, I was able to fix the problem on my template by adding the following to the CSS file:
.ol-foreground
{
background-color: #EEF3FF;
border: solid 1px #215DC6;
padding: 5px;
}
Naturally, you will need to adjust the colour values to suit your template.

written by Mr. Sumon, September 21, 2009
Thank you very much for your continuos trying..
written by Mr. Sumon, September 21, 2009
Please let me know if I could do anything else.
Thanks.
written by Mr. Sumon, September 21, 2009
Mr. Sumon
written by Luis Martin, February 04, 2010
Cheers!!



Developer Blog 




Thanks for the above suggestions, however it worked only on JA_Purity template but not in mine one. Could you please go here: http://clippingpathindia.com/c...rder&cid=3
When you are not logged in the help text is fine but once I login the text shows on a transparent background which is sometime very hard to read. Do you have any idea how I could fix the issue, I contacted the developer of the above template but he said I should contact nBill module developer for this. Its a very important issue for me that I need to fix asap.
Any suggestions will be appreciated.
Thank you very much.