~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 ? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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 ??? Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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... 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.