Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

When people click on the like button or 'send' button in my header, the new 'slider' action drops down but is dropping down behind the content below the header.

I've tried giving the facebook div a z-index of 1000 but nothing seems to work. To see the error in action, press like or send on on the site http://healthysurprise.com

share|improve this question

1 Answer

Hi I fond one think if y remove **overflow:hidden** in .navbar-inner css class than your problum is shortlist

As like it

.navbar-inner{
overflow:hidden;  // Remove this line in your css file 
}
share|improve this answer
This worked! Thank you so much :) – Joseph Winke Jun 5 '12 at 5:01
it's mantion not ............ my fri – Rohit Azad Jun 5 '12 at 5:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.