Dominic, Really appreciate your research on this. Seems different browsers have different CSS expressions. I don't know if it is even possible for tellurium or jQuery to encapsulate the differences. For example, there might be multiple colors mapping to the "transparent" property in FF and thus, it is impossible to transform the "transparent" back to "#c8d0e4". Most likely we have to accept this as a fact instead of trying to solve it.
Thanks, Jian On Mon, Jun 8, 2009 at 1:04 PM, dominicm <[email protected]> wrote: > > > I've taken a closer look at this and am thinking that the problem may > be quite specific to the "background-color" attribute. I've tested > some other attributes that differ between the parent and child nodes. > Worriyingly the results differ from browser to browser > > > Attributes tested: Value(FireBug) > FF3 IE7 Safari > background-color #C8D0E4 > transparent #c8d0e4 rgb(200,208,228) > display table-cell > table-cell block table-cell > pointer auto > "" null null > border-top-color #666666 rgb > (128,128,128) #666 rgb(102,102,102) > > So looks like only FF3 has a problem with "background-color" and only > IE7 has a problem with "display". > > Also appears that anything to do with colours is very browser- > specific. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
