How do we do the dropdown texts like the one at DP on the top where is saydForum Jump, Fun stuff, Search, QuickLinks, Tools stuff like that how we do that any website that will show me please or an example
Try searching google for "drop down menu". There are many different ones. http://www.google.com/search?q=drop+down+menu
it's a simple div with a table with all forum links (you can view DP drop menu by clicking on view source from your browser) <div style="display:none; position:absolute; padding: 0px;"></div> and of course with a small effect Default that div is invisible to you (display:none), but visible on code (at view source), and it's activated with display:block.