Hi Fabian,
that's only possible editing the code post-publishing.
1) In iWeb go to Inspector, Page, Browser background, Image Fill, Original size and choose the image.
2) Publish your website
3) Open the page in TextWrangler and look for this line:
Code:
<body style="background: rgb(255, 255, 255) url(Blank_13_files/IMG_0177.jpg) no-repeat scroll center center; margin: 0pt; " onload="onPageLoad();" onunload="onPageUnload();">
the url certainly is not the same but the rest should be quite similar.
4) Replace that line with the following:
Code:
<body style="background: rgb(255, 255, 255) url(Blank_13_files/IMG_0177.jpg) no-repeat center center; margin: 0pt; background-attachment: fixed; background-size: 100%;" onload="onPageLoad();" onunload="onPageUnload();">
hence remove
scroll and add
background-attachment: fixed; background-size: 100%;That should do it. See an example here:
http://iwebfaq.org/test/test/Blank_13.htmlyou will have to login entering the following data to see the example:
Username: username
Password: password
Hoffe es ist so wie du es dir vorgestellt hast.
Grüsse,
Cédric