The phenomenon occurs in the absence of the CSS style markup -- in the HTML example below, the CSS is present to clarify where the grey lines are located -- it seems clear that the grey lines are appearing at the very edge of the content box itself.
I have a hard time imagining this is a bona fide firefox bug and am wondering what concept I'm overlooking or not grasping...
Thanks for your time and any suggestions/thoughts...
Below are the: (1) original image, (2) the image with the grey line (width 50%), and (3) the image w/o the grey line (width 70%)...
The html:
...
<div style="border-color: red; border-width: thin; border-style: solid;
padding: 2px">
<img src="http://path/to/original.png"
width="50%"
style="border-color: blue; border-width: thin; border-style: solid;
padding: 2px;"/>
</div>
...
Original:



No comments:
Post a Comment