OnMouseOver Transparent values.

Hi,

I’m having a grid which is having images as the contents of the cell. On hovering on the image in the cell a html table gets displayed. But the html table which is being displayed is transparent. How can we make the html table to look as normal?

The dhtmlxgrid has not any special support for custom tooltips, so it doesn’t change the styles of any custom HTML elements. The css rules defined by grid, localized inside grid’s container and must not affect any global HTLM objects.

If issue still occurs - please provide a code snippet, used for custom tooltip creation. ( or you can send any kind of sample , where issue can be reconstructed to support@dhtmlx.com )