Hi Dave,
Nobody seems to answer you.
I cannot help you that much either as far as stretching of the image
is concerned. Standard CSS does not help for stretching; CSS3 could
help, but browsers do not use CSS3 already.
But to have the image only behind the tiddlers (and not behind the
left main menu), you need to use:
#displayArea {
}
instead of
.body {
}
May be you can use an image a little bit bigger than the one you use
now. E.g. 800 x 600 px in stead of 259 x 194 (golden woods.jpeg).
Ton
On Sep 3, 1:21 am, Dave Parker <[email protected]> wrote:
> I have this in my stylesheet:
>
> body {
> background-image: url('http://www.cedar-chiropractic.com/images/golden
> woods1.jpeg');
> background-repeat: no-repeat;
> background-position: center;
> background-attachment: fixed;
>
> }
>
> and it puts the picture in the right place, but I'd like to increase
> the size to be full page size behind the tiddlers, but not the left
> menu.
>
> I've tried
> background-size: 500em;
>
> plus units of px and %, but nothing's working.
>
> I looked at Eric's stylesheet at tiddlytools, but I don't fully
> understand it - besides I suspect its just referring to a really big
> picture. I also have Eric's ImageSizePlugin, but I'm not sure how it
> would apply to this use case.
>
> Can anyone tell me how to do this?
>
> thanks,
> Dave
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/tiddlywiki?hl=en.