I am trying to hide select box under menu but it didn't work. any Q thanx <html> <script> var isIE4 = (document.all && !document.getElementById) ? true : false;
I have several table headers that when the user moves the mouse over the header I would like to pop up a small window with an explanation of what I need it that column. This is not a link header - just plain text. Is there any way to do this without using java? I know nothing ...