Posted by vitay on 11/16/06 19:05
I have a page where button have the following java code:
onmouseover="style.cursor=\'hand\'; btn_img.src=\''.$img.'\';"
onmouseout="btn_img.src=\''.$img1.'\';" onclick="check();"
and someone (who use Macinthosh with Internet Explorer) tell me that on my
page this button don't work.
Default this button is disabled and when I normally choose some option then
this button is active but
in Mac this button is always not active.
Why?
[Back to original message]
|