question

G

Gyoba

Hi everybody, i have a request:
how do I put, in html codes, an image over another? after that with some
table tags I'll adjust the positions..
and, from the moment I'm here, how do I *write* onto an image?
example: I have prepeared two images:
BLUE CIRCLE -> BC
YELLOW CIRCLE -> YC
with BC bigger than YC
I'd like to put YC inside BC, and on YC I'd like to write "I love mama",
that will be a link for another page (a href:" ect..)
It's a freakin' crappy example but I hope it can help..
Thanx a lot!
Gioba
 
D

Denise Enck

Gyoba said:
Hi everybody, i have a request:
how do I put, in html codes, an image over another? after that with some
table tags I'll adjust the positions..
and, from the moment I'm here, how do I *write* onto an image?
example: I have prepeared two images:
BLUE CIRCLE -> BC
YELLOW CIRCLE -> YC
with BC bigger than YC
I'd like to put YC inside BC, and on YC I'd like to write "I love mama",
that will be a link for another page (a href:" ect..)
It's a freakin' crappy example but I hope it can help..
Thanx a lot!
Gioba

Why not just make a button like that in a graphics program? Would be very
easy. Then you only have one image to contend with, much simpler.

cheers ~
Denise
 
T

Toby A Inkster

Gyoba said:
I'd like to put YC inside BC, and on YC I'd like to write "I love mama",
that will be a link for another page (a href:" ect..)

As Denise said, it would be far better to do this in a graphics program,
but if you really want to:

<div style="position:relative;">

<img src="bc.png" alt="" height="180" width="180"
style="position:absolute; top:0; left:0;" z-index:1;">

<img src="yc.png" alt="" height="120" width="120"
style="position:absolute; top:30px; left:30px;" z-index:2;">

<div style="position:absolute; top:0; left:0; z-index:3;
height:180px; width:180px; text-align:center; vertical-align:middle;">
<a href="http://www.google.com/">I Love Mama</a>
</div>

</div>
 
G

Gyoba

To "Denise Enck" & "Toby A Inkster" ha scritto:

You were a whole lot helpful, thanx!
have a great day
Giò

P.S. my decision not to use Flash or company, is that to realize this site I
have to maintain a sobre style, with cold designs.. yesterday, trying to
help myself with this problem, I made a .gif with all the images I needed,
with names already onto, and used the tag map to link around :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top