|
Answer» I tried searching all over the net and could not find the 2 things I'm LOOKING for.
I'm making my webpage in Frontpage. I have my navigational bar on top of the page, and I would like it to scroll down when a visiter is scrolling down the page. How can I do this?
Also, what's the HTML code for when someone right-clicks, say, on a picture and a message BOX appears to prevent them from copying it?
Thanks in advance for the help.
CapTroubleBoth are achieved with javascript. Google for free javascripts "disable right click" and "scrolling menu" or something like that. You will find them eventually.Thanks so much. I didn't realize they were a part of javascript.Stuff that makes things move and which changes the way a browser BEHAVES can't generally be ACHIEVE with plain HTML, and REQUIRES programming - i.e. javascript.
|