Hi everyone,
I'm having a problem trying to position a div in my web page, here's my test site: http://dirtymind.jvsoftware.com/
The problem is with the left side bar (the one with the login inputs and stuff), it's currently a div which I used negative top and left margins to position it where it is, but depending on the screen resolution it moves to the left or right. Obviously this is beacuse I'm using margins this is how css would work but I don't know how to get this same results otherwise.
Does anyone know how to position my sidebar on place regarding the resolution?
Thanks all in advance.