0

I want to test my html page visually in every browser like chrome FF and IE, like the position of all the elements and padding and margin in the page is correct or not.

Now what I am doing is I open the page in two browsers and I cascade the two browsers side by side and I compared it with my eyes.

Now my question is : is there any tool or plugin available to test the page by overlapping the page in IE with the same page in chrome or FF so that I can find any difference in visual representation of the elements, so that I could correct it.
Just like screen shot comparison (in screenshot comparison I can't compare the entire page and moreover I can't overlap one screenshot images one over another)?

4

1 回答 1

-1

这是错误的做法。试图让每个浏览器逐个像素地匹配是徒劳的,只会导致沮丧、代码膨胀和浪费精力。

为有效的浏览器设计(通常是 Webkit 和 Firefox)。然后根据其他人的需要进行修复。但不要试图让事物逐个像素地网格化。

于 2012-08-02T07:03:01.440 回答