Posted by richard on 10/06/06 14:54
"John" <john1949@yahoo.com> wrote in message
news:vNydnRzaoLJ1-bvYRVnyug@eclipse.net.uk...
> Hi
>
> I have the following image which will stretch at the bottom of the page.
>
> <img src="castle.jpg" width="100%">
>
> However what I really want is an image that I can print over - ie the
> image is background.
>
> The following is in CSS
>
> body { background: white url(castle.jpg) no-repeat bottom centre; }
>
> but there is no "width=100%" in CSS.
>
> Is there a way in pure HTML?
>
> Regards
> John
If I understand correctly, you would now use the z-index. Assigning it a
value of -1.
http://1-small-world.com/index2.html
Something like that?
BTW, there is no = in CSS, it is : .
height:50px; width:100%
[Back to original message]
|