DCSIMG
CSS - Tamir Shlomi's Blog

Tamir Shlomi's Blog

Welcome to Tamir Shlomi's blog. All about .NET, OOP and SQL server

Browse by Tags

All Tags » CSS (RSS)
RadDock With RadToolTipManager / RadToolTip
Will they dance together? Well, guess not that easy. When you are using RadToolTipManager and set its ‘AutoTooltipify’ property to “true”, every element on the page that has a 'title' attribute will be automatically “tooltify” with RadToolTip instead of the yellow default one. The RadToolTip and RadDock integration problem: The expected behavior is to have only one tool tip, the telerik’s one, absolutely not double tooltips (telerik’s and the default). Updated to the current version of the...
Delete space between table rows
There is a bug with IE (6/7) that when you try to draw a table to splice few images together there is some space between rows, that doesn’t clear even when you set the table cellpadding, cellspacing or even the border with “0” value. Something like this: < table cellspacing ="0" cellpadding ="0" border ="0" > < tr > < td > < img src ="first.gif" > </ td > </ tr > < tr > < td > < img src ="second.gif"...