css - How to solve the problems that html page works well in firefox and chrome, but wrong with IE? -


i meet problem page works in firefox , chrome(almost same , feel) bad in ie. it's time consuming adjust differences. there research has been done tell differences, or automation tool examine uncompatibilities?

btw: tool guys using when debugging in ie(like firebug ie)?

your best starting point use kind of "reset mechanism" eric meyer's css reset or framework html5 boilerplate, in reducing differences between browsers (not all, of it). if not possible (project in finishing phase, etc.) can ask questions here, check position everything description of bugs, quirks mode, sitepoint reference , various other sites (google friend :)). hope helps.

there "debugging" tool ie - ie developer toolbar - it's usefulness can't compare of firebug, dragonfly , such. ie8+ have better support debugging, though… there articles suggest using visual studio, haven't tried it. it's trial , error ie :).


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -