How to aviod sapcing from the first div of each row
Posted
by
sandeep
on Stack Overflow
See other posts from Stack Overflow
or by sandeep
Published on 2011-11-30T09:43:24Z
Indexed on
2011/11/30
9:52 UTC
Read the original article
Hit count: 240
I have DIVs which comes side by side of each other & but there only fourth DIV comes in the first row & other are shifted too the next row.
I want each row first div take no space from left side but is not happened. Here is my code
http://jsfiddle.net/25pwG/
I know i can do it with giving class manual to the new row DIV but i didn't want that. i want this with less css & i didn't want to change my markup
NOTE: i want capability till IE8.
Thanks in advance :)
© Stack Overflow or respective owner