Help with floaties on my tumblr?

floofisfloofy:

How can I get these images to float over my posts instead of under them? Thank you! I’m really bad at HTML. 🙁

image

I think the solution, to what I interpret your problem as, isn’t HTML, it’s CSS: try something like

<div style=‘z-index:10;’><img src=’https://31.media.tumblr.com/d05d38d4d6efe869097468d75add16fe/tumblr_inline_myst7vyIJL1qjjckl.gif’></div>

The answer is in ‘z-index’ – it creates a layer over the page (content is assumed to be z-index:0 but may not be in your case)

However am confused by ‘instead of under them’ .. so could be completely wrong – I suspect its part of a theme, which could involve more complex editing, in which case you need a ‘floaty’ specialist (is there such a thing?)
sorry if I screwed up, it’s 1am and I’m bored – good luck

PS turn on answers in your posts, like, so you get answers! I did!