Quote:
Originally Posted by Tuck08
Do you have a suggestion for a fix via css? I only know some of the basics in html, css so what ive tried other then these 2 examples i posted is, to create a table or trying to make the image float but i couldnt seem to get it working, I'm using chrome by the way
The webpage is located here if you need some more source code or other information let me know.
I appriciate you taking the time to help
Edit:
After you mentioned the css i found this solution:
Code:
<div style="position: absolute; left: 0; top: 0;">{vb:raw steam_button}</div>
|
Just what i was about to say

Setting a top: and left: physically sticks it to that position. Only problem with floating things is sometimes it can mess up some of the DIVs on the page, but the top & left (right & bottom too for that matter) give it a fixed position