[jQuery] Re: text without backspace get error in cluetip

2009-09-01 Thread Liam Potter


There is no simple, perfect way to combat this and keep the text and 
this happens in all browsers (as far as I know).
You could look into javascript hyphenation or just hiding the overflow 
of the tooltip.


khin wrote:

Hi all,

When i have:

title=test|contentwithoutspacehover/a

if the width of the text is more bigger than the configuration of
cluetip, the text continues out of cluetip box.

Have one way to solve that?

Rly Thx

  




[jQuery] Re: text without backspace get error in cluetip

2009-09-01 Thread khin

Thx for the reply!

I will look for javascript hyphenation, and thx for the good tip
(overflow). I will try this  two ways.

See ya