I guess what you're looking for is something like this, right? ----> http://www.free-webspace.biz/cis/lebenslauf.htm (You need to copy and paste the link into your browser, cause an error message occurs when I set this as a direct link)
You will need to insert the desired image on each of your html pages and use layers, in which you write your text.
In order to have the written text not exceed the dimensions of your backround graphic, use a setting like this for the layers:
<div id="Layer1" style="position:absolute; width:487px; height:280px; z-index:1; left: 187px; top: 2px; overflow:hidden; overflow:scroll; overflow:AUTO">
As you can see I set width:487px and height:280px, because these were the approximate dimensions of the bg graphic I used. Now, if you type overflow:hidden; overflow:scroll; overflow:AUTO it tells the layer to use scroll bars, if the length of the text exceeds the dimensions of your bg graphic.
Please tell me if that helped you out at all!
Last edited by murphy's law; 03-10-2005 at 05:38 PM..
|