On Wed, May 12, 2010 at 8:32 PM, New Blue <[email protected]> wrote: > When the first div on a line is blank, the following div will take > over the first div space. How to prevent this situation occurs?
This is standard browser behavior and has nothing to do with Blueprint, but I'll answer anyway: the div has to have "content" to have "presence." So put a blank space in it. Either: <div> </div> or: <div> </div> -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
