I have an interesting minor esthetic problem.
I have a ListView control that has ItemTemplate in which there is PlaceHolder where I dynamically add 10 ImageZoom controls. I set a CssClass in ImageZoom control where I puted margin-left:5px.
Now, when page is displayed, ListView and all ImageZoom controls are displayed properly in all Items except for first (top) Item. In first (top) Item between first and second ImageZoom control there is a greater space (like bigger margin) and between all other ImageZoom controls space is 5px just like I set margin-left in css. Between first and second ImageZoom control in first Item, space is about 10px.
Strange minor esthetic problem, but it's bugging me.
Is there a help to this?