View Full Version : Text and html over images


Devil Maud
07-15-2003, 05:18 PM
Is this possible? I really wanna do it because I used the slicer and now I want to put links over the images.

Geekette
07-15-2003, 05:23 PM
You can do that easily using div layers. Look here for more info:
http://www.lissaexplains.com/html7.shtml

Devil Maud
07-15-2003, 05:26 PM
But don't the div layers block out the background? I want to see the picture beneath the links if that is possible.

Geekette
07-15-2003, 05:30 PM
Div layers only block out the background if you choose for them to have a background themselves.

Devil Maud
07-15-2003, 07:26 PM
Oh I see. Here is one more problem, when I put up my DIV layer in the table it pushes the image lower.
See http://www.geocities.com/wutterbug/play.html
How can I fix this?

MaGiCSuN
07-15-2003, 08:32 PM
<div style="position:center; left:100px; top:100px; width:100px; height:100px; overflow:auto">

Your text and images would go here

</div>

should be:

<div style="position:absolute; left:100px; top:100px; width:100px; height:100px; overflow:auto">

Your text and images would go here

</div>

just play a bit with the left and top pixels to get it on the place where you want it to be

also this part:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Untitled</title>

</head>

<body>

<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 8">
<TITLE> </TITLE>
</HEAD>
<BODY>

should be:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Untitled</title>

</head>

<body>

Love,
Mirna