RE: Prevent default page number - url while pritning
Written by Nagendra Rentala on March 23, 2004I found the solution. Actually, it is in the Page Setup dialog - header and footer options.
Prevent default page number - url while pritning
Written by Nagendra Rentala on March 23, 2004
How can I prevent the page number and url being printed by default along with the web page content? I do not see these as options on my printer dialog box either.
Thanks for the help,
Nagu Rentala
RE: Custom hand cursor
Written by Marcellino Bommezijn on October 12, 2003
Point to the URL where the custom cursor is located. Something like this:
cursor:url(mycursor.ani)
This will probably only work where this class is defined in your page (hyperlinks) and not outside.
Very usefull!!
Written by Roberto Bellina on October 12, 2003The tutorial is well explained, although it would have been even better if there were an example for newbie users, like me... Yhank you anyway, I managed to put it at work...doesn't work with Safari on MacOSX
This is not absolutely true
Written by Ana Kya on July 27, 2003According to CSS specifications "hand" is not an attribute of cursor. You should use "pointer". What happens is that Internet Explorer does not implement CSS correctly so IMHO the correct answer should be to use both: .cursor{ cursor: pointer; cursor: hand; } This way it works on IE and CSS on compatible browsers like the ones based on Mozilla.
Custom hand cursor
Written by Daryl Wail on February 14, 2003How do I customize the pointer cursor to one of my own within my own web site?