PDA

View Full Version : How to resolve CSS conflicts of extJs grid



ajaxE
31 Aug 2007, 8:23 AM
Hi,

I used extJs grid in our existing app. What I found is that the our app CSS is conflicting with extJs's so that the grid headers and columns don't align up in IE. It's fine in FireFox.

Any way to resolve it? It's urgent. I want use this grid for our up coming release in a way away.

Thanks!

para
31 Aug 2007, 8:34 AM
Your app css must be pretty generic if it's affecting things it shouldn't. I don't think there's much other choice than to make some changes to your app css to be a bit more restrictive.
Using tags instead of classes is the most common reason for styling of unwanted elements.
Sorry I can't be more help.