View Single Post
Old March 12th, 2008, 7:37 AM   #27 (permalink)
cass_is_awesome
I killed the bus driver.
On a golden path...
 
cass_is_awesome's Avatar
 
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 View Post
No problem.
Code:
margin : 0 0 -400px 0;
}
Should be.

Code:
margin: 0 0 0 -400px;
cass_is_awesome is offline   Reply With Quote