Posted by Stefan Mueller on 10/16/28 11:40
> http://nrkn.com/customCheck/
I have a problem with your solution.
If you modify the line
<body onload="document.getElementById( 'check' ).style.display = 'none';">
of your code with
<body onload="document.getElementById( 'check' ).style.display =
'inline';">
then you'll see also the real checkbox.
If you click now on the colored checkbox (image) the real checkbox gets also
checked. But if you press now F5 (browser refresh) the real checkbox remains
checked whereas the colored checkbox gets cleared. Therefore I have an
inconsistency between the real and the colored checkbox.
If you press Shift + F5 then it works.
Does someone know how to fix this problem?
Stefan
Navigation:
[Reply to this message]
|