Questions tagged [rollovers]
42 questions
4
votes
3 answers
Link Inside No Working
Pretty simple nut I'm trying to crack. I'm doing image rollovers with CSS only. When I plugged in my a href link, it just does not work. By not work I mean, it does not act like it's a link and as a result you cannon click through to the page.…

Jess Eddy
- 63
- 1
- 4
4
votes
1 answer
text to image rollover with fade in/out
I have found and tinkered with a good way to create a text to image rollover, here: http://jsfiddle.net/pkZAW/12/
$( function() {
$("#imglink").hover(
function () {
$(this).attr('small',$(this).html());
…

thomsonson
- 41
- 2
3
votes
4 answers
jQuery rollovers using multiple ids and classes
I'm building a photo gallery and what I would like to do is make it so that as the user rolls over an image (let's say for the purposes of this question it's a picture of an apple), all the other images of apples on the page also show their "over"…
allison w
2
votes
2 answers
JQuery, how to apply the same mouseover effect to multiple divs with the same classes? help please?
i am new to jQuery and i am having some rollover issues, i am trying to apply the same "roll over" effect to multiple divs, and it seems to work, the only thing is when i roll over an element all of my divs get the same effect, when i would like…

Logan
- 23
- 1
- 3
2
votes
1 answer
Building Nav Bars with rollovers in DreamWeaver CS3
I'm working with Dreamweaver CS3. The question here is what part of the code (listed below) do I need to replicate to have my secondary nav bar utilize the on-click action?
FYI...DW has two menu options or auto insert items...one for roll over…

rashneon
- 203
- 2
- 11
2
votes
3 answers
1
vote
3 answers
How to automatically highlight CSS rollovers
I'm a newcomer to HTML trying to develop a new site for my company. There's a prototype below.
http://www.technomot.com/index_3.html
I think it works OK but some of my more...er.. senior colleagues think it isn't obvious that you click on the…

Norman Hadley
- 11
- 1
1
vote
2 answers
Link a JS rollover image
I have been trying to create a simple rollover image, and I have done so with CSS and JavaScript methods. However, I cannot get this image to link.
In the CSS version (as viewed below), I was using background images, and the link was not recognized…

creativeedg10
- 691
- 1
- 11
- 24
1
vote
1 answer
jQuery rollover with some php
I'm trying to get some rollovers working using jQuery. The trouble is that the image source has to be got using some php code.
If I do it inline like this with javascript it works:

beetrootman
- 13
- 3
1
vote
0 answers
Duplicate JS Code Overrides Map Hover Effect
I have a question: I have an interactive map that I'm inheriting from another developer who's left the project half finished. There are two maps, one for World and one for the US. He had the US finished, so to make the world map work, I copied the…

Shadna
- 65
- 1
- 10
1
vote
2 answers
picture element srcset responsive image rollovers
I am trying to figure out how to apply an image rollover effect to the picture element in a responsive website.
The question is can an image rollover be applied the scrset attribute in the picture tag?
Working example img tag with javascript…

user1825922
- 35
- 1
- 11
1
vote
2 answers
JSON as HTML data in Flex - Hyperlink Rollovers
I am using JSON to parse HTML data with customized html tags in Flex. Flex's support for HTML is pretty minimal, so I am wondering if it's possible to do a simple font color change rollover effect on these links. Currently I have found that Flex…

grammar
- 871
- 10
- 22
0
votes
1 answer
Two sets of rollovers working together
http://jsfiddle.net/PaulNLondon/dG3Gb/
The jsFiddle shows (I hope, it is my first time using it) where I've got to so far . . . I'm trying to use an image-based menu and a text-based rollover menu working together.
I wasn't able to show this in the…

PaulNLondon
- 1
- 1
0
votes
1 answer
Internet Explorer 8 problems with CSS rollover
I've been trying to get this CSS rollover menu to work in Internet Explorer 8 for the last few days. It doesn't work. It doesn't even have an active link. Sometimes I can see the rollover image hovering in the background. Please help.
Here is the…
0
votes
1 answer
rollover image for form
Is it possible to have a rollover effect for an image and a form.
I.e. I would like to have an image, which when the user hovers over, rolls away to reveal a form (like a login or sign up form).
Cant find anything out like there like this so…

JD2011
- 213
- 2
- 12
- 27