You don't need to splice up your PSD the way you did in the old days with
table based layouts.
You can use CSS to assign a background to a div ID or CLASS and then define
the properties of that background (i.e. does it repeat? width, height, etc.)
In your case it sounds as if you have a background that spans the full width
of your blueprint layout. If it's a background that should fall behind all
content you could simply add something like this to your site's css
stylesheet (I wouldn't edit the Blueprint css, I'd add it to my master css
file).
.container {background-image:url(../images/background-pattern.png);
background-repeat: no-repeat;}
Then the entire "container" div will be using the background.
On Sat, Sep 25, 2010 at 4:43 AM, 24/7 <[email protected]> wrote:
> Could you help me understand your question please?
>
> -----Ursprüngliche Nachricht-----
> Von: [email protected] [mailto:[email protected]]
> Im
> Auftrag von nmcbride
> Gesendet: Donnerstag, 23. September 2010 02:00
> An: Blueprint CSS
> Betreff: [BP #4083] question about cutting the psd
>
> Hello I just started with the blueprint framework and have a question
> about cutting the psd.
>
> Lets say you have a design where the art is the full width of 950px.
> And that you want to cut it into multiple peices but the design must
> be touching to look correct.
>
> So lets say you cut it into two and have
>
> <span-10><span-14>
>
> So when you cut the span-10, you start on the far left and cut to the
> end of the 10th column and don't include the 10px to the right of it?
>
> And then when you cut span-14, you start with the 10px and goto the
> end of the right side?
>
> However then <span-10> == 390px and <span-14> == 560px.
>
> 390px is one of the spans, but 560px isn't it should be 550px.
>
> I know that .last removes 10px off of the right margin, but that
> span-10 will have 10px added to the right.
>
> Could someone help me understand this please?
>
> --
> 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]<blueprintcss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
> --
> 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]<blueprintcss%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/blueprintcss?hl=en.
>
>
--
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.