The author has marked this style as obsolete.
netflix fixed on their site, so this style is no longer needed.
When viewing the Netflix Friends page with Firefox 3, the Watched/Rated and Queue sliders appear empty. This code fixes that.
http://www.netflix.com/FriendPage?lnkctr=mhbfri
Original css code:
.sliderComplete {position:absolute}
Fixed css:
.sliderComplete {position:relative ! important}
Yep, it's just one line of code that Netflix can fix on their end, but haven't.
Before
|
After
|