Does anyone know anything about CSS and/or how to get a picture to always stay centered in a browser window, no matter what size it is?
I'll use some visual examples.
Right now, I have a left frame, and the only thing in it is a background image whose position is defined with CSS by "background-position: 0% 50%" which is the same thing as left and center. It displays perfectly in IE for some reason, but in Firefox I get this weird bug.
IE:
Firefox:
This is really pissing me off, because it should be so easy, and the easy stuff is always what I have problems with. CSS makes me want to stab myself in the eyes. I have no idea why Firefox is displaying it that way.