I have a table that appears fine when on the main page of a site I'm building. However, when I try to show that table in a jquery-ui dialog the rows' text is a different color. Any help would be greatly appreciated.
I'd suggest inspecting the rows with Firebug or Webkit's Inspector and see what styles are being applied to it, what isn't being applied to it, and what might be overridden (possibly the most likely option? :-) ).
Replies
Allan