At first glance, the classes in the first span div are superfluous, the parent div will inherit the dimensions of the child div's content.
Are you using CSS image replacement on the div itself, or are you simplifying the markup for the sake of argument? -Lorin On Oct 2, 2009, at 3:19 PM, ~ wrote: > Hi everyone, > > I made some pretty good process creating a website with BP. Now > comes a new, small problem. > > I added an image for a header and then an image for a navigator. > However, I notice there is a white space between these. The height > between these is about 5 px. How can I remove the white space? > > Below is the original. > > <div class="container showgrid"> > <div class="span-24 last"> </div> > <div class="clear span-24 last"> </div> > </div> > > But I changed it by putting the last div inside the div and still it > won't remove the white space. > > <div class="container showgrid"> > <div class="span-24 last"> > <div class="span-24 last"></div> > </div> > </div> > > What should I do? > > Have a great weekend! Steven > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
