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.

I am trying to copy the dropdown menu (the one with red background) of this site: http://bloggerstore-javatemplates.blogspot.com/ to my blog. I think I have copied the css codes but I am not sure how to get the javascript codes. Could you please see what I can do to make the dropdown to my website @ http://allfacebookgames.blogspot.com/2011/11/mafia-wars-2.html. Also, I am getting a black dot beside the menu and I am not sure why is it there. Any help?

share|improve this question

closed as not a real question by Sparky, cHao, tzot, Gaby aka G. Petrioli, casperOne Dec 1 '11 at 4:13

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 1 down vote accepted

The dropdown list they are using is SuperFish (a pluging for jquery), you can get it here

share|improve this answer

add property list-style: none;

to your css element : .nav li

and the dots wont be displayed

share|improve this answer
Thank you. Any idea on the dropdown menu? – John Merchant Nov 30 '11 at 14:59

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