1px appears on specifics cases, i can't understand why

forum-goer

New Member
I have reproduce the same template than my code but i can't reproduce the same bug on JsFiddlehttp://jsfiddle.net/V9BDR/1/Here is what happen:There is a space (about 1px) which appears between the\[code\]<img>\[/code\] and the \[code\]border-right\[/code\] of the \[code\]<div id="page">\[/code\] (the red border right) in the whole vertical ligne (for all the childs of \[code\]<div id="page">\[/code\]) when:
  • There is an overflow on axe Y.
  • There is a red \[code\]border-left-width\[/code\] between 3px and 6px, 10px and 13px, 17px and 20px...
I really don't understand, especially the fact the this pixel disapears when the red border left (i also can find patterns with the right border width which erase this mysterious pixel) is between some regular intervals.I could change my borders from 5px to 6px, this is a case this pixel desapears, but i realley would like to understand what is not "stable" in my code.Maybe these symptoms talk to you ! I am sorry i am not able to reproduce it on jsFiddle
 
Back
Top