|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
Join Date: Mar 1999
Location: Zurich, Switzerland
Posts: 797
|
I would like to display an image. When one hovers the mouse over the image, another image is displayed, thus the image switches when the mouse hovers over and off the image area. This way I want to build an image map based menu which displayes the menu items only when the mouse hovers over it.
Can this be done with HTML only? if yes, how? If Javascript is required, what is the script? Any help is highly appreciated! TIA Felix
|
|
|
|
|
|
#2 |
|
Member (5 bit)
Join Date: Mar 2000
Location: Manchester, UK
Posts: 28
|
Hi Felix
You mean like my navigation buttons on my homepage (see below)? Check the source code and grab what ya want e-mail me if you wish.------------------ Regards Don http://www.nutrocker.co.uk |
|
|
|
|
|
#3 |
|
Member (14 bit)
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
|
Everything you need is at www.dynamicdrive.com
------------------ Who needs a life?, I have internet! Cheers, Jim Jim & Sue's Free Files | Jims Modems |
|
|
|
|
|
#4 |
|
Member (10 bit)
Join Date: Mar 1999
Location: Zurich, Switzerland
Posts: 797
|
Reboot, I've searched dynamicdrive already and have found several pretty things but not this I'm looking for.
Nutrocker, yes, it's something like this. But, your menu is made from several pictures, each of them carrying a link. I like to use one single picture, the links embedded in a image map. Like this: (default image) ![]() (OnMouseOver image) ![]() The version of the website up and running at the time has no navigation functions in the logo. You can look here if you want. In other words: The OnMouseOver effects I've seen so far do work with images that are links. I'm looking for a way to implememt the OnMouseOver effect just for an image that is no link (the links are done separately with the image map). [This message has been edited by Felix (edited 05-26-2000).] |
|
|
|
|
|
#5 |
|
Member (5 bit)
Join Date: Mar 2000
Location: Manchester, UK
Posts: 28
|
Hi
Have I got this right? So the the second image above is going to be the new logo complete with text image and you want to image map each text link to a page? Or You want the text links to appear on mouse over and then image map each text link to a page? What HTML editor's have you got? Dreamweaver 3 would make either of these a doddle ![]() Or there are some good tutorials on how to do this via manual html/dhtml. I'll be back. ------------------ Regards Don http://www.nutrocker.co.uk |
|
|
|
|
|
#6 |
|
Member (5 bit)
Join Date: Mar 2000
Location: Manchester, UK
Posts: 28
|
Image map tutorials
http://www.kasparius.com/nonflash/tutorial/tutneed.htm http://www.dtp-aus.com/im-map.htm Macromedia Fireworks image map tutorial http://www.irt.org/articles/js186/index.htm http://www.whywhat.com/html/map.htm http://www.journalism.sfsu.edu/mm/imap/ http://cp.gis.net/techinfo/imagemaps/index.html I could find lots more ![]() ------------------ Regards Don http://www.nutrocker.co.uk |
|
|
|
|
|
#7 |
|
Member (10 bit)
Join Date: Mar 1999
Location: Zurich, Switzerland
Posts: 797
|
So the the second image above is going to be the new logo complete with text image and
you want to image map each text link to a page? Yes, that's exactly what I want to do. In the meantime I did it! The trick was to make an anchor with an empty link < a href="" > and add the onMouseOver stuff. Then the img can be mapped as usual. Unfortuantely I can't show it to ya by now but here's the code: code: |
|
|
|
|
|
#8 |
|
Member (11 bit)
Join Date: Apr 1999
Location: Quebec, Canada
Posts: 1,239
|
I have just recently completed a small web site for a customer, and I use the rollover option for the gaphics in the table at the bottom of the page. You can take a look at how it is done here.... http://pages.infinit.net/cjs
------------------ Rick >> -- << The solutions to todays problems, Are the problems of tomorrow. RH WebWorx - Site Creators |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|