[jQuery] Re: jqDock doesn't do anything?

2008-05-16 Thread Davis
I tried DOCTYPE transitional xhtml, also no luck. anyway, many thanks for your help. Davis. On May 16, 6:48 pm, Wizzud <[EMAIL PROTECTED]> wrote: > Do you have a web-accessible example I can look at? > > On May 16, 3:40 am, Davis <[EMAIL PROTECTED]> wrote: > > > > > wizzud, > > > thanks for yo

[jQuery] Re: jqDock doesn't do anything?

2008-05-16 Thread Wizzud
Do you have a web-accessible example I can look at? On May 16, 3:40 am, Davis <[EMAIL PROTECTED]> wrote: > wizzud, > > thanks for your help. > now im using coefficient: 1 and > > #menu img {padding:0px 2px 0px 0px; } > > it is work fine in FF2, but still no luck from IE, so you quoted > > (a) be

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Davis
wizzud, thanks for your help. now im using coefficient: 1 and #menu img {padding:0px 2px 0px 0px; } it is work fine in FF2, but still no luck from IE, so you quoted (a) be aware that for any coefficient other than 1 (linear) this can (will) throw out calculation of the leading edge of the menu

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Wizzud
@JohnieKarr Yep, if it works, that correctPNG() script will definitely prevent jqDock() doing anything. On May 15, 3:22 pm, JohnieKarr <[EMAIL PROTECTED]> wrote: > Wizzud, > > Thanks for the help. Once I inclosed the script inside the document > ready function it worked great. > > It quit workin

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Wizzud
@Davis Yes you can pad the images, and the bottom horizontal menu on the demo page - http://www.wizzud.com/jqDock/ - has 4px (left/right) padding applied to it. Please be aware of the limitations though (see the Example CSS). On May 15, 10:07 am, Davis <[EMAIL PROTECTED]> wrote: > Thanks very muc

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread JohnieKarr
Wizzud, Thanks for the help. Once I inclosed the script inside the document ready function it worked great. It quit working however, once I inserted this script into my header: The images do appear, they just don't do anything. Of course this script corrects the transparent png issue fou

[jQuery] Re: jqDock doesn't do anything?

2008-05-15 Thread Davis
Thanks very much for above suggestion, I got the same problem that what make me headache a while, now can sloved it..THANKS. now i am using horizontal menu option, so can i ask if anyhow to pad some space between each image? following is my CSS, but it seems "#menu img {padding:0px 5px 0px 0px;}"

[jQuery] Re: jqDock doesn't do anything?

2008-05-14 Thread Wizzud
Try placing your script inside the 'document ready' function... jQuery(document).ready(function(){ // Your code here }); eg. jQuery(document).ready(function(){ var opts = { align: 'bottom' , size: 150 , distance: 60 , coe