MichaelMackey Posted June 23, 2008 Share Posted June 23, 2008 So this seems like a simple thing to fix, I just can't for the life of me get a google search that has some reliable info on it. It may be that I just don't know what I'm looking for, anyway here it is: echo '<a style="text-decoration: none" href="javascript://" onclick="document.getElementById(\'pageNo\').value = '.$i.'; document.lookup.submit();">'.'...'.'</a>'; I have a few lines like this to create paging. On my other pages it works but I had to use "onclick" for this page and suddenly the little mouse over hand has disappeared when I mouse over the numbers. How can I fix this? Thanks, Mike. Quote Link to comment Share on other sites More sharing options...
dannyb785 Posted June 23, 2008 Share Posted June 23, 2008 I tried the code and I see a hand when I hover. But if it doesnt show up for you, do: onMouseOver="this.style.cursor='pointer'" Quote Link to comment Share on other sites More sharing options...
MichaelMackey Posted June 23, 2008 Author Share Posted June 23, 2008 thanks, that worked Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.