View Single Post
Old 07-21-2009, 01:32 PM   #4 (permalink)
tony
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

have you try using 2 keywords:
Code:
background-position:top center;
If that doesn't work, it's because the center keyword doesn't work right in most browsers (that's my personal experience). I always use the percentages:

Code:
/*                  y x  */
background-position:0 50%;
you just need to calibrate the 50% percentage so it can be in the center
tony is offline  
Reply With Quote
The Following User Says Thank You to tony For This Useful Post:
codefreek (07-21-2009)