how to...[css]

I've been working on redoing my biographies, and there's something I'd like to do that eludes me...help?

I'm trying to get a picture to overlay a div at the center of a page like this. Floating divs don't do it, and J.S. is half a foreign language to me :T

here's a bump because air is

here's a bump because air is whistlin between my ears

Fish, you're a hero

Fish, you're a hero

just call me Captain Sugoi

just call me Captain Sugoi

I have no idea how to

I have no idea how to pronounce that,
BUT it's still an epic name

and also one I'll never google again x'D

OH GOD I hope nothing

OH GOD I hope nothing traumatized you! ;o;

IT CANNOT BE UNSEEN jk, I

IT CANNOT BE UNSEEN

jk, I have learned never to image search anything I dont know

doublepost xp

doublepost xp

Ireth's picture

I would put a big div with

I would put a big div with the image in it and then put the text divs WITHIN that div on TOP of the one with the image and just position that div to the left... If that wasn't too confusing lawl.

And I don't think javascript works on TEF unfortunately. ;.;

I'm a little confused xD -um,

I'm a little confused xD
-um, do you mean to position the image-div to the left while it's inside the big one but under the text?

Ireth's picture

<div

<div style="background:url('');">
<div style="background:transparent; position:relative; top:50px; left:0px;">This is where your textbox should be</div>
</div>

Something like that? You'll have to tweak the positioning and probably a few other things but that's the idea I Was going for.

Thanks Ireth 8D

Thanks Ireth 8D