I want to position an element span tag by the natural positioning in a page (its a drupal page so the theme can change and i dont know where my span will fall

but i also want to position an an image on top of this span

how do i do that?

relatiive position fo the image and then change the position by -ve so it falls over the span?

else what? example would help

thank you

Your approach is wrong. You don't put stuff on top of other stuff if you want them to stay together. You put stuff INSIDE other stuff.

You need to think of web objects as containers. They contain other objects.

Use a div as a container, and then put your stuff between the div tags.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.