Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

CSS Sprites is a CSS technique to combine small images into one big image and then access them using the background-position property. It is used to save HTTP requests.

learn more… | top users | synonyms

2
votes
1answer
253 views

Loading FB logo from FB's own CDN

Is there a url we can src for the FB logo that will be the same src as what gets generated after FB.init completes? I doubt that I can hard-code the FB CDN link below and expect it to work for all ...
0
votes
1answer
157 views

Why facebook's image sprite not dense

I was looking at some image sprites of facebook and found this https://s-static.ak.facebook.com/rsrc.php/v1/yA/r/Xt1SK8GpuTC.png I am wondering why exactly there is so much of white space in this ...
0
votes
1answer
427 views

Image Rollovers Inside Facebook Tab Page

I'm trying to use a simple CSS-sprite for image-based rollovers inside a Facebook Tab page, and the background images are being stripped by Facebook. To be clear, this problem only occurs inside a Tab ...