|
Posted by geniolatenio on 11/23/57 11:41
On Fri, 3 Mar 2006 15:34:43 +0100, "Leonidas Athineos"
<Leonidas.Athineos@tu-clausthal.de> wrote:
>yes,the pic name is correct..and its jpg
>and i have saved it at the same folder as the index file.
>:(
Well, try this: create a new page containing this stuff:
<html>
<body background="flagprisonllble1.jpg">
test
</body>
</html>
If it works then create your style with only the background-image
thing and replace the aforementioned body tag with a <body>. Check if
it works. If it does, add all your other stuff in the CSS, one by one,
and everytime you add something go and check if the bg is still there.
Keep doing that until you see that it doesn't work. Than that's the
problem.
p.s. you can use
body { background: url(image) fixed no-repeat }
instead of what you're using.
Bye
geniolatenio
Navigation:
[Reply to this message]
|