Okay, so this is what i want to do. i want to be able to insert a script into a web page and have it cover the whole page with an invisible "blanket". Now, this "blanket" is a link to another place (website). Do you get this? Like overlay the whole website with an invisible image that can be clicked. but you can still see the website. behind it.. i think this can be scripted in html/css. Thanks, SMM
here si a quick solution.. in this script that you will be putting in the website create a div that will be 100% width and 100% height .. put a transparent area in it.. like a dot that will be the same size as the div and put it in a <a></a> tag. You can add that the pointer if the mouse will not display as a link when u are over this area ( hole website ). This is the theoretic solution. Do some research and apply it Good Luck!