Sooo I really don't know much css, i'm currently trying to position an image on top of another image, i've done this with absolute positioning but i can't get the document flow to resume after my relative container.
<div style="position: relative;font-size: 0pt; line-height: 0pt; cursor: help;">
<div style="position: absolute;">{{click|image=rewardBg{{#switch:{{Data|{{{1}}}|rare|false}}|true=_rare|false=|}}.gif|link={{{1}}}}}</div>
<div style="position: absolute; margin-left: 8px; margin-top: 9px;">{{click|image={{Data|{{{1}}}|image|r_ban.gif}}|link={{{1}}}}}</div>
<div style="text-align: right;font-size: 7.5pt;color: #F8EACB;font-weight: bold;letter-spacing: -0.5pt;"></div>
</div><div style="position: relative;left:32px;>Luckgfnsogser</div>
the div contents you can ignore thats some wiki templates that get processed into html, the first absolute div will always contain a 32x32 background image, the second is a smaller image that floats over it. the text in my final div just resumes flow right at the start of the container and the first few letters are under the background image