i'm creating a weapp and i must use a table to show data from a series of records. I use JQuery to open a window to show the table. Inside every TD tag i want to format data using CSS3, like using box-radius and/or text-shadow.
The problem is that i see only the record data inside the tag without no formatting! why? perhaps i cannot use DIVs inside a TD tag?

I'm not familiar with JQuery. Though, you can use Div inside TD without a problem. Do you have FF browser? If so, install firebug and look at your rendered code to see whether or not the page is rendered correctly.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.