PDA

View Full Version : My minds gone blank !


J@ck
26-11-2000, 11:27
Remind me (all me ref books are at work!).

Is there a way to get a background image not to repeatedly tile? (non browser specific).

I dont mean properties=fixed, but one where it will scroll up with the rest of the page, just doesn't repeat itself.

Ta in ad.

Jack.

Jamp30
26-11-2000, 11:47
argh..
my minds blank too
but it can definetly be done with css
try looking around http://www.webmonkey.com

mr_grumpy_man
27-11-2000, 00:20
It might be that I've spent a weekend playing countless games of UT and CS against a camping sniping kiddy (and his Dad and several others :E ) but I don't quite get what you mean.

Are you on about an image only appearing once on a background? Or a background that doesn't move when you scroll?

:confused: of Oxford

DTD sIckNesS
27-11-2000, 00:49
i think:

<style type="text/css">
<!--
body { background-repeat: no-repeat; background-attachment: fixed}
-->
</style>

should do wot u want :E

J@ck
28-11-2000, 09:05
Grumpy - The former.

Sickness - cheers.

mr_grumpy_man
28-11-2000, 09:28
Oh, yes, that would do it...

(dang, beaten to it again :cry: )