Hi! There is a nice feature that I've seen on data recovery services site. When you move mouse over the "Country", in the top on the right side of the page, then the frame pop ups, with he list of country to choose. I want o do sth like that on my page, but I've just started to learn javascript, and I have no idea how to do it...can enybody help me out? Here is a link to that site where I've seen these feature: http://www.salvagedata.com Thank for your help.
Well, I definitely wouldn't copy the code from that site. It doesn't work for me in Firefox 2.0 or IE 6.0 (when you move your mouse to click a country the option box goes away). What it (supposedly) does is probably display a hidden div when you roll your mouse over. If you're just starting you may need to read up on Javascript and DHTML before you can do that yourself.
Take a look at http://www.walterzorn.com/tooltip/tooltip_e.htm, it's very easy to use. Nice work from Walter Zorn. Or you can try to understand mootools (good luck with that!)