View Full Version : Over-lapping problem


Snooze
03-09-2003, 04:23 AM
e.e; The scroll table thingy mabob is going UNDER the image! I want it to go OVER the image! I'm creating a template for my friend, and I'm trying to get the image to go UNDER the entry. Here, lookie:

http://juniper-pie.diary-x.com/journal.cgi?entry=20030110

That's the entry. I'm going to adjust width/height and the placement of the table, once I actually figure out how to get the table over the stupid image. o.o;

MaGiCSuN
03-09-2003, 01:08 PM
It overlaps because you have set the img AND the div area positioned with div's. The best is to add the two graphics you have into your image editor, then make ONE graphic of it and put that onto the website like this:

<img src="imagenamehere.gif" border=0 height="#" width="#">

and then ONLY position the div area and the form thingy with div's. Everything that is positioned with div's will be placed on top of the image.

Love,
Mirna