[jQuery] Resize Delay?

2008-10-06 Thread BooZker
I am centering a absolutely positioned div by saying: var center_it =((window_size/2)-(wrapper_width/2)) then: $('#wrapper').css({left:center_it+'px'}); That's simple, but my problem is Firefox has a delay of almost half a second or more when resizing before it triggers the .resize function. So

[jQuery] Re: How can I recreate this menu

2008-05-15 Thread BooZker
Shoot, I totally forgot the link: http://www.wynnlasvegas.com/ The top and bottom navigations On May 15, 11:49 am, BooZker <[EMAIL PROTECTED]> wrote: > I am trying to recreate this menu for a client. I have got the nav to > scroll on way, but how can I make it scroll faster and slo

[jQuery] How can I recreate this menu

2008-05-15 Thread BooZker
I am trying to recreate this menu for a client. I have got the nav to scroll on way, but how can I make it scroll faster and slower and in a different position depending on where my mouse is on the screen? Are their any tutorials anywhere? I can't find any anywhere!

[jQuery] Re: slideDown & slideUp - Anyone Know How?

2008-02-20 Thread BooZker
unhides the elements. Anyway to improve this also? - Oscar On Feb 19, 9:00 pm, BooZker <[EMAIL PROTECTED]> wrote: > I have been fussing with this for a long time. I don't know > Javascript, so if someone knows how to help don't talk gibberish ;) > > Here is the link I was &g

[jQuery] FadeIn

2007-09-15 Thread BooZker
I want something so simple, but I do not know how to do it. All I want is when the page loads to fade in slowly my logo on the page then the navigation. I just want it to fade in once the page is done loading. How do i do this?