Click to See Complete Forum and Search --> : close button above an img
pelegk1
08-24-2003, 07:31 AM
i have an image in the size of 200 on 250
and i want to make On the image a close buttton (can be graphic or text) above the image
how do i do it?
thnaks in advance
Peleg
gil davis
08-24-2003, 07:41 AM
What do you mean by "above the image"?
pelegk1
08-24-2003, 07:48 AM
i want in the up-right corner of the image,to put
the button
David Harrison
08-24-2003, 12:04 PM
Hows this:
pelegk1
08-24-2003, 11:45 PM
i will try to use it and see if it helps me
by the way how do i add to this code an image?
David Harrison
08-25-2003, 01:32 PM
In the head of the image you will find this:
background-image:url(image.png);background-repeat:no-repeat;background:#f00;
width:200px;height:250px;
Change image.png in here:
background-image:url(image.png);
to whatever the source of you image is.
Change these two number values to change the size of the div tag to suit the size of the image:
width:200px;height:250px;