tags:

views:

20

answers:

1

Is there a way to show title on a disabled html input. When I set the disabled attribute for the input, title is not shown.

A: 

It seems to be a matter of browser because the title still shows up in Safari but not i Firefox.

Like @Prix said you'll propably have to use a JavaScript solution to make it work reliably.

sprain