Missing right and bottom borders

Hello, today i downloaded the dhtmlxsuite, and installed it in a component in my joomla website.

Right and bottom border is missing, and also there is a gap between the cells. picture attached.

Any help wud be appricated.

Thanks


Hello
We need completed demo to solve your issue:
docs.dhtmlx.com/doku.php?id=othe … leted_demo

actually wen i put it in an html page and view it from the server everything is fine.

Its only wen i incorporate it in a joomla component that it is missing the right and bottom borders.

So would it be like its conflicting with css files of joomla template ???

If you have no global styles on page, joomla shouldn’t influence on layout display.

Would you be able to check the problem from this link: autometatrading.com/index.ph … protrader2

regards

i was doing little debugging using firebug in firefox, and i noticed that the following TD style is getting used for the layout which has padding of 5px, and this is defined in the template css files of the joomla template.

td {
font-size: 100%;
padding: 5px;
}

in firebug, if i reduce padding to 0px, layout appears perfectly.

But without altering css files of the joomla template, how can i override the td tag just for layout ???

I have fixed the problem now, i managed to overide the TD tag, and now the layout is appearing perfectly.

Thanks for your support.

You are welcome!