Why there is Alignment Differernce for the the Grid in I.E & FF ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • musicwithghazal
    New Member
    • Aug 2009
    • 1

    #1

    Why there is Alignment Differernce for the the Grid in I.E & FF ?

    Hi All,
    I have C++ code which generates a customized grid using HTML and JavaScript. When I view it in I.E I found that few element in the Grid is not alligned Properly , whereas it is perfect in FireFox version. Is there a difference in way these browser act on ?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    Originally posted by musicwithghazal
    Is there a difference in way these browser act on ?
    yes. the origin of cross-browser code. it really is a long story but it basically goes like: IE → MS, FF/Opera/Safari → W3C

    Comment

    Working...