Ran into a bizarre problem over the weekend. The goal of this page is to
combine a nav menu with progress meters for a funding campaign. After much
fiddling with stacking things, I realized the simplest way to do it would be
to set a background image on each list item, and move it to the left by
whatever amount has not been funded.

Example:
http://stephanieleary.net/progress-test/

For goal #10, I tried
background-position: -76% 50%;

...but it doesn't work. If I do the math and specify the pixels, it does:
background-position: -152px 50%;

(Actually, that doesn't work in Safari either, but I'm willing to deal with
Safari later.)

Why won't the percentage work?


-- 
Stephanie Leary
Web Communications Specialist
The Texas A&M University System
tamus.edu

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to