~n[EO]n~ Posted November 7, 2007 Share Posted November 7, 2007 Hi all, I have been trying to give a link to the table, till now I made the link but the cursor is appearing as default. I need it to come like in <a href="">, any solution. <table border="0" cellspacing="0" cellpadding="0" style="background:url(<?=$res->newsl_img;?>) no-repeat; vertical-align:top;width:147; height:103px; cursor:hand" align="center" onclick="Javascript:window.open('newsletter.php', '_self')" > Any help ? Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/ Share on other sites More sharing options...
rajivgonsalves Posted November 7, 2007 Share Posted November 7, 2007 well that single line worked for me in IE maybe you should post more of your code Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386449 Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Author Share Posted November 7, 2007 Really It works in IE, thanks man for checking, i don't have IE here btw it is not working in FF. I think FF does not support cursor:hand . Thanks anyway. Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386450 Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Author Share Posted November 7, 2007 IS there anyway to show the cursor in FF ??? Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386570 Share on other sites More sharing options...
rajivgonsalves Posted November 7, 2007 Share Posted November 7, 2007 I think FF does not support it in the <table> tag maybe you can try it on the <TD> or put in a <tbody> or a div, span Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386573 Share on other sites More sharing options...
rajivgonsalves Posted November 7, 2007 Share Posted November 7, 2007 well after some research I found you have to use cursor:pointer instead of cursor:hand try it out and tell me if it works Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386576 Share on other sites More sharing options...
~n[EO]n~ Posted November 7, 2007 Author Share Posted November 7, 2007 Yes it worked, thanks a lot... Link to comment https://forums.phpfreaks.com/topic/76325-solved-css-cursor-hand-not-working/#findComment-386580 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.