|
A.Daudey -> RE: Adding a background picture (1/3/2008 5:06:11)
|
Hi Corey, I managed to make some progress thanks to you!! I took some code from Stu's site with the rabbit and this actually makes the picture fill the screen. There is one problem though, somehow I am unable to go to the layer with text I added in design mode of Frontpage. The layer disappears and it just shows the background. I can change the text through the code, but this is not so convenient. Do you know a solution. Here is the code I used. Best regards, Arne <html> <html> <head> <style type="text/css"> html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;} #background{position:absolute; z-index:1; width:100%; height:100%;} p {line-height:1.8em; letter-spacing:0.1em; text-align:justify;} </style> </head> <body> <div> <img id="background" src="images/background.jpg"> </div> <div id="scroller"> <div id="content"> <head> <meta http-equiv="Content-Language" content="nl"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <style fprolloverstyle>A:hover {color: #008000; font-weight: bold} </style> </head> <div style="position: absolute; width: 1085px; height: 100px; z-index: 1; left: 98px; top: 175px" id="laag1" align="center"> <b><font face="Comic Sans MS" size="6" color="#000080">Binnenkort vindt u hier de site van Nederland Vakantie Beheer.</font></b><p> </p> <p><b><font face="Comic Sans MS" size="6" color="#000080">Voor meer informatie tel:06-45522058 of e-mail: <a href="mailto:info@nvbbv.nl">info@nvbbv.nl</a> </font></b></div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> <p align="center"> </p> </body> </html>
|
|
|
|