I am using this css to format two columns but I am still getting margin space between two. I can eliminate it with use of margin-left: -4px; or some such. Is ...
EDIT
From what I've found there is no way to remove the margin... except if you either have everything on the same line or, add comments to comment out the line ...
If I set display:inline for any element then will margin, padding, width, height not affect on that element?
Is it necessary to use float:left or display:block or display:inline-block to use margin, ...
The below code produces output consisting of two green items. Between those items there is little white space (or whatever the background color is set to). Where does the white space ...
I have an element with display: inline-block, but it doesn't seem to accept margin-top. Is this because the element is still treated as an inline element?
If yes, does anyone have a ...