I have added
Instead of form submit button. And I have add hover effect through css.Code:<a href='javascript: submit_form();' class='ask_qns' ></a>
That code is like
The problem is like for first time after loading the page mouseover effect is not coming. Button is disappearing for the first time of execution. After that its coming fine...Code:.ask_qns { float:left; width:366px; height:34px; background-image:url(images/home_askqn.jpg); background-repeat:no-repeat; } .ask_qns:hover { float:left; width:366px; height:34px; background-image:url(images/home_askqn_h.jpg); background-repeat:no-repeat; }
Please help me to solve this problem.



Reply With Quote


Bookmarks