The simplest way to create rollover image menus in Drupal?
I am trying to find the simplest way to create menus using images that rollover.
I came across the imagemenu module which seems to be for that purpose, but get stuck in the process. The module asks for me to designate a "path" for the files (both original image and rollover), but everything I try does not seem to work. I have it pointing to the file folder set up under "Site Configuration/File system" and I also attempted to put in a URL directly to the file (http://www.....).
If someone is familiar with imagemenu and if that solution would work for me, please help : )
If someone knows of another solution that I could implement that would be greatly helpful. I am fairly new to Drupal and am not really that familiar with coding and CSS, but am definitely willing to learn.
Thank you very much
—Joe

Use relative path
I briefly had the same problem, but I resolved it by making my path relative to my Drupal root directory.
Example:
If my Drupal root is http://www.mysite.org
and the file is in http://www.mysite.org/sites/all/themes/sometheme/images/myimage.jpg
My path is sites/all/themes/sometheme/images/myimage.jpg
You path will depend on the environment you have set up.
I hope this helps.
Thank you! Thank you! Thank you!
It worked. Thanks for you help!
—Joe