[jQuery] Re: The CSS will not show at the first time of mouse over

2008-05-09 Thread [EMAIL PROTECTED]

Hi Gary!

 i can't seem to get the same results you're describing, on a mac anyway.
No, the error was on both systems.

 but you should preload those roll over images for the icons.
 or better yet, use the css 'sprite' method.
 basically you have both the off and on state in one image.
 then move the image with css when you roll over it.
 you define the height, width, overflow:hidden, etc in css.
 you'll be able to find alot of info on that on the web.
Thanks for the suggestion! That's a good idea. I think I have a lot to
do ;-)

 there's some load time when you roll over your icons, that might be
 effecting the clueTip?
No, the error was the link-tag with a print stylesheet.

Kind regards Andreas


[jQuery] Re: The CSS will not show at the first time of mouse over

2008-05-06 Thread [EMAIL PROTECTED]

Hi!

It's me again. I think I solved the problem: The link for the tiny
print-stylesheet (in the content-files) was incorrect. :-(

Kind regards Andreas



[jQuery] Re: The CSS will not show at the first time of mouse over

2008-05-06 Thread flipthekid

hi andreas,

i'm brand new to this board, but have been trying out the jquery for a
while now.
i can't seem to get the same results you're describing, on a mac
anyway.

but you should preload those roll over images for the icons.
or better yet, use the css 'sprite' method.
basically you have both the off and on state in one image.
then move the image with css when you roll over it.
you define the height, width, overflow:hidden, etc in css.
you'll be able to find alot of info on that on the web.

there's some load time when you roll over your icons, that might be
effecting the clueTip?
hope that helps a little.

gary.