I am trying to design a Menu bar like ckeditor or TinyMCE. Any idea how to design as i have just sufficient knowledge 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.

enter image description here

link|improve this question
Why -1 ? isn't it a Question – user575363 Oct 13 '11 at 7:34
if you go throgh ckEditor using firebug console, you can not get any point very easily about the menu bar, this is what i have asked – user575363 Oct 13 '11 at 7:36
1  
This is not really a question - it's much, much too broad. Which aspect of doing it do you have a problem with? – Pekka Oct 13 '11 at 7:56
As Pekka said, can you be more specific about what part of the design you're having trouble with? There's a lot going on in that screenshot; icons, backgrounds, dropdown lists (and probably hover and mousedown effects too) – Richard Ev Oct 13 '11 at 8:03
@RichardEv, as i have attached one image which is the menubar of ckEditor and i wanted to design the same menu bar but it's too complex to understand the CSS for me so i thought to ask if anybody knows about that. – user575363 Oct 13 '11 at 8:09
feedback

1 Answer

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

link|improve this answer
Thanks ManseUK, i designed the a normal navigation menu but ckeditor's menu is much pretier than me. but getting no clue how do they designed actually. anyway thanks – user575363 Oct 13 '11 at 8:05
@user575363 for styling of the images i suggest the other answer from bibhaw is the way to go – ManseUK Oct 13 '11 at 8:07
Thanks ManseUK, given link by you helped me a lot to understand the Menu design. Many thanks... – user575363 Oct 14 '11 at 1:29
feedback

Your Answer

 
or
required, but never shown