hi
i am using clientShow to intercept the display of a tooltip, I am extracting data from a js array help on the page to create a details tooltip - it is required to display x number of columns of data - thee dats must be aligned as you would see in a table or grid. I acheieved the required look in FF3 using divs with display:inline-block however Ie doesn't recognise this so now have to create tabels on the fly and pass this text to set_text. this works fine however getting very flaky results when attempting to apply styles to the table
Style is
.hint
{
background-color : blue;!important;
border-bottom: 1px solid gray; !important;
margin: 5px;!important;
}
However while the bottom border is picked up neight the color or margin is being picked - am i missing something? The style is applied to each cell - I attempted to apply a style to each element ie
table.hint
table.hint.tr
table.hint.td
only the row style was being picked up
thanks
Kieran
i am using clientShow to intercept the display of a tooltip, I am extracting data from a js array help on the page to create a details tooltip - it is required to display x number of columns of data - thee dats must be aligned as you would see in a table or grid. I acheieved the required look in FF3 using divs with display:inline-block however Ie doesn't recognise this so now have to create tabels on the fly and pass this text to set_text. this works fine however getting very flaky results when attempting to apply styles to the table
Style is
.hint
{
background-color : blue;!important;
border-bottom: 1px solid gray; !important;
margin: 5px;!important;
}
However while the bottom border is picked up neight the color or margin is being picked - am i missing something? The style is applied to each cell - I attempted to apply a style to each element ie
table.hint
table.hint.tr
table.hint.td
only the row style was being picked up
thanks
Kieran