Don't Escape
I'm a werewolf and it's a full moon. I have to find a way to prevent myself from escaping.
3.84 / 5.00 34,399 ViewsRagnarok Online Jigsaw
Did you play Ragnarok Online? Do you like that game?
3.55 / 5.00 13,387 ViewsI'm having a problem floating an image where it needs to be in IE7:
Here's the CSS:
#main-wrapper #main .truck
{
float: right;
position: relative;
top: 90.8%;
left: 34.9%;
z-index: 80;
}
I'm going to make a reply to show the screenshot in all other screens.
Here's how it appears in ALL other browsers (including IE8+):
Nevermind, I figured out the fix:
#main-wrapper #main .truck
{
float: left;
position: relative;
top: 90.8%;
left: 63%;
z-index: 80;
}