Sharanbrar, 
Using the code john rewrote from deeper in this thread and the mootools art
and css I have a zip file that works about as closely to the mootools menu
as I could get. The animations stack up - unlike the mootools menu - but the
rest is working now.

One note, the positions have to be absolute values or the menu looks
terrible. Floats and the current animation system dont seem to get along at
all. The mootools menu uses floats with the floated elements having a border
on the right to fake the effect of them being offset from eachother. I used
this technique as well. Due to rounding errors the menu occasionally shows a
gap between items - this is solved by giving the UL element a background
color that matches the border color. I used white ( unlike the original ) to
highlight this for you. Since the white ul would have shown a white bar on
the last ( unbordered ) item in the menu I also have added a margin-right of
5px ( same as the border widths ) to push it back into place. Other than
that no changes to the mad4milk css.

Zip file attached.
Abba
http://www.nabble.com/file/6229/moo_menus.zip moo_menus.zip 



sharanbrar wrote:
> 
> Hello Everybody,
>    It's my first post here. I've been using jquery for some time now but
> new
> to interface and don't have much deep knowledge of javascript.  So just
> playing with interface, what i was trying to do is to make a menu like
> http://mootools.net. I'm talking about the top menu (Download, Docs,
> Forum,
> Trac).
> 
> 

-- 
View this message in context: 
http://www.nabble.com/problem-with-mootools-like-top-navigation-tf3159556.html#a8787383
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to