My project runs smoothly in Chrome and Firefox but some part of the CSS isn't working in IE. How can I overcome this issue?

Recommended Answers

All 5 Replies

there are browser specific CSS bits that only work in specific browsers.
There are also bits of the standard that aren't implemented in all browsers.

IE8 doesn't implement all of CSS3, neither do old versions of Chrome and Firefox.
So either work around the problem by not using things that aren't supported in the browser versions you're targeting or change the browser versions you target to include only those that support what you're using.

Just to add... What styles are you applying that are not working? There could possibly be some work arounds (alternative approach, vendor specific properties, etc..) but you haven't provided much info so providing additional guidance is challenging.

The cell divisions of the single row in my table comes splitted after the table in the IE. Can you guys help me figure out the problem?

Well it is helpful to see your code or link to your site.

Well the problem has ben sorted out. Thanks all of the guys.

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.