March 12th, 2008, 7:37 AM
|
#27 (permalink)
|
|
I killed the bus driver.
On a golden path...
Joined in Mar 2008
Lives in Michigan
Hosted on SH138
341 posts
Gave thanks: 6
Thanked 8 times
|
Oops.
Caught an error.
Quote:
Originally Posted by cass_is_awesome
No problem.
Code:
margin : 0 0 -400px 0;
}
|
Should be.
Code:
margin: 0 0 0 -400px;
|
|
|