View Full Version : Layout type background?:S


ditzy-bunny
08-01-2003, 10:10 PM
Does anyone know how to make a layout type thing where its a big picture and then somewhere on the window is a text area with some links and stuff...im pretty sure its just a large background or somthing but if theres a code that could help me would be great. Heres an example of what im talking about:
http://www.evil-kitty.net

~*~thanx;)

iSublime
08-01-2003, 10:42 PM
Well, you can make an image a background or a big image (so it doesn't tile, and just watermark it:

<BODY BACKGROUND="YourImageName.gif" bgcolor="#ffffff" bgproperties="fixed">

It seems like that girl just made a big image, and put it on the page though, positioning it absolutely. This is taken off her page:

<img src="layoutt.gif" style="position:absolute; top:0; left:0; width:808; height:581">

Then positioned tables absolutely over the picture, putting her iframes inside it. She positioned her graphic/links absolutely too.

Valentina
08-01-2003, 11:27 PM
You can also postion the text boxes using Div layers, make an IFRAME in the middle box and the links could be positoned with a div layer. Lissa's site has tutorials on how to create both of those things :)