On Wed, Sep 24, 2008 at 3:55 PM, shalti <[EMAIL PROTECTED]> wrote: > > That solution would be good if my grid was starting from the top of > the page, but in my design I have a margin between the top of the page > to the start of my content, so the shadow strips are not suppose to > appear there. > By the way, I don't know if it matters, but I already have a repeating > background on the body element.
Wrap a container around your grid and make the container's padding equal the space needed for your drop shadow, then tile your drop shadow in this container. So for example, if you have a 950px grid and your drop shadow sticks out 8px on either side you'd have a tiling bg image of 950 + 8 + 8 = 966px. Make your container width:966px; padding: 8px; I'll let you figure out how to put a drop shadow on the top and bottom if you desire one. -- Matthew Nuzum newz2000 on freenode --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
