Note that there are some explanatory texts on larger screens.

plurals
  1. POWebsite display issues depending on the computer
    primarykey
    data
    text
    <p>using the same resolution on five different computers, the same browser (firefox 14.01), 1 of them is mac, 3 are running on ubuntu and the last one is on Windows 7. </p> <p>All of the test were executed on a clean browser without any plugins...</p> <p>We also tried to swap screen, and nothing is different, it the browser had the problem, it still have it.</p> <p>Also, using firebug, I compared every elements and all of them are the same, except that my link () have 2 more pixels on 2 computer.</p> <p>I tried on every browser (Opera, Chrome, Firefox, Safari, IE 7-8-9) and I don't have the problems when I don't have it on Firefox, but when I do, I do have the problem on every browser...</p> <p>I have display issues of many html elements.</p> <p>So here is my question : What could cause this?</p> <p><strong>Here is my HTML Code :</strong></p> <pre><code>&lt;td style="text-align:center"&gt; &lt;a style="margin-right: 10px;" href="#"&gt; &lt;img alt="View" src="/statics/images/Form/view.png"&gt; &lt;/a&gt; &lt;a style="margin-right: 10px;"&gt; &lt;img alt="Edit" src="/statics/images/Form/edit.png"&gt; &lt;/a&gt; &lt;a style="margin-right: 10px;" href="#" &gt; &lt;img alt="Delete" src="/statics/images/Form/delete.png"&gt; &lt;/a&gt; &lt;/td&gt; </code></pre> <p><strong>Here is my CSS code for the a</strong></p> <pre><code>a { margin-right: 10px; cursor: pointer; text-decoration: underline; } </code></pre> <p><strong>Here is the pics :</strong> </p> <p>When it is not working : <img src="https://i.stack.imgur.com/ndDpv.png" alt="Not Working"></p> <p>When it is working : <img src="https://i.stack.imgur.com/To5Bo.png" alt="Working"></p> <p>Any suggestions is appreciated!</p> <p>Thank you guys...</p> <p>We found out that the add a padding-top of 1 px (which we don't think it is our problem since it come from the width) depending on the computer it is seen on...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload