![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can somebody tell me if it is possible to use mouse-over images without using 'Java'? |
#3
| |||
| |||
|
|
Hi, I have a question... don't we all have! Can somebody tell me if it is possible to use mouse-over images without using 'Java'? I am working on my website and have an image that links to another page (when the user clicks on it) but I want the image to change to another image when the mouse hovers over the image. If I do a search I get lots of answer to use Java, but I do not want to use Java. Is there another possibility? Thanks in advance for your help. Regards, Stoeptegeltje |
#4
| |||
| |||
|
|
The page is a little slow, due to the graphics, so I created a preload page, which uses javascript. The preload page is http://www.africanbush.co.za/SouthAfrica.htm The actual page (which consists of a map of South Africa as background, with the various provinces mapped out, and rollovers to create a picture as you hover over each one) is: http://africanbush.co.za/MianMap.htm The code is probably a bit cumbersome, but the principles still apply. Catherine PS I've also more recently done rollovers using CSS and buttons that change colour - I can direct you to that page too, if you're inetrested. |
#5
| |||
| |||
|
|
Yes it is possible to have rollovers with pure html. |
#6
| |||
| |||
|
|
http://africanbush.co.za/MainMap.htm But it doesn't work with javascript disabled, so it can't be pure html and you /are/ using scripting because it does work when enabled... |
#7
| |||
| |||
|
|
Scripsit pecan: Yes it is possible to have rollovers with pure html. No it isn't, and by claiming that it is, you exhibit ignorance of what HTML is. I don't even have to look at your page (which is undoubtedly massive at least in terms of resources consumed) to know that have used JavaScript. Interesting as that might be (only about a few myriads of people have written such code), it surely isn't "pure html" and it isn't what was asked for. The best answer to the original question is "No, and you shouldn't use non-HTML techniques either to achive the effect." Changing colors is a good way to help the user see which link is being hovered, and this means that you should use text links and simple CSS code to change their appearance on mouseover. Changing an image is either a distraction or an expensive plastic imitation of the simple CSS approach. |
#8
| |||
| |||
|
|
Hi, I have a question... don't we all have! Can somebody tell me if it is possible to use mouse-over images without using 'Java'? I am working on my website and have an image that links to another page (when the user clicks on it) but I want the image to change to another image when the mouse hovers over the image. If I do a search I get lots of answer to use Java, but I do not want to use Java. Is there another possibility? Thanks in advance for your help. Regards, Stoeptegeltje |
#9
| |||
| |||
|
|
Hi, I have a question... don't we all have! Can somebody tell me if it is possible to use mouse-over images without using 'Java'? I am working on my website and have an image that links to another page (when the user clicks on it) but I want the image to change to another image when the mouse hovers over the image. If I do a search I get lots of answer to use Java, but I do not want to use Java. Is there another possibility? Thanks in advance for your help. Regards, Stoeptegeltje |
#10
| |||
| |||
|
|
Does anybody have an idea how I can let the appearing image function as a href function (link to another webpage). I tried to add the href tag in there but it looks like it is being ignored. |
![]() |
| Thread Tools | |
| Display Modes | |
| |