How to design a menu Bar like ckEditor
I am trying to design a Menu bar like ckeditor
or TinyMCE
. Any idea how to design as i have just sufficient kno开发者_开发知识库wledge about CSS and JS
so i can do that my own but not getting any clue after spending so much time on ckEditor using firebug console.
I would suggest you look at normal navigation menu methods - ie create a list with links - you can style the list with images or drop down menus as you wish ... check List Apart for horizontally styling lists -> http://www.alistapart.com/articles/horizdropdowns
精彩评论