Tagged Questions
The rollover-effect tag has no wiki summary.
5
votes
1answer
2k views
Any alternatives for the JQuery Hilight plugin?
When I found Hilight I almost fell down my chair. It's exactly what I need :)
Now, the sad thing is that the demo doesn't seem to work in IE8. Are there any fixes or alternatives out there?
3
votes
2answers
78 views
Need to change an image href rollover effect into a td onclick
I am not an experienced javascript, css coder so I would appreciate as much help as possible. I've read some other posts for more understanding; they mentioned jquery but I'm not sure how to go about ...
2
votes
1answer
60 views
Using a mouseEnter event to scale a button
this is my first post here. First off, some background, I'm new to C# and am literally in my teething stages. I'm a chemical engineer and mostly have experience with languages like MATLAB and ...
1
vote
3answers
282 views
how to get the same jquery hover effect for this social icons?
How can i get the same JQuery hover effect (easing) like that in Epione blogger
enter link description here
i've tried so many ways to put it into my blog but i think i'm noob in JQuery Animation ...
1
vote
5answers
711 views
Endless fade looping with jQuery image rollover effect
my intension was to replace images with nice fade effect:
i have one image A as background. on mouse hover, image B fadeIn.
on mouse out, image B fadeOut and we can see image A again.
i'm using this ...
1
vote
3answers
763 views
Creating Rollover Images in ASP.Net
I have a menu bar of images. What is the best way to create rollover images for the menu bar?
I am using Visual Studio 2008 in VB.Net
0
votes
0answers
34 views
iOS : How to reveal a stop button image and stay there until I toggle it again to play?
I have a toggle button of on and off music background. It works well but I need that button to reveal an image of crossing when it stops. When I press again the image disappear again. I already put ...
0
votes
1answer
40 views
How do you list jquery rollover pngs vertically
I would like to list the rollovers vertically and I got such a quick reply I thought I would try again.
The script I have is:
$(document).ready(function()
{
$("img.b").hover(
function() {
...
0
votes
1answer
30 views
How do I make a rollover using png and jquery?
I reverse coded a script I found online and it works well, the only problem is that the hover image loads at complete visibility until the action of hover occurs. This is the script:
...
0
votes
4answers
120 views
IF ELSE Hover statement only works on second hover
I have a menu, that when you roll over the image the image changes, unless the image has an active class attached. My problem is that the image only changes on the SECOND ROLL OVER not the FIRST. ...
0
votes
0answers
201 views
ie border-bottom a:hover problem
I'm using border-bottom to get a green (fake) underline on the dark blue menu links. After the first 4 to 6 links, they stop working in IE.
In this example, you can see the border-bottom of the 7th ...
0
votes
1answer
45 views
bg block colour rollover
Hi im struggling to insert a rollover background colour behind a a menu on Wordpress. Im trying to achieve something like this yellow band on this site http://alecsoth.com/photography/
this is my css ...
0
votes
1answer
383 views
Dreamweaver: having an image or button change after it is clicked on
Hi I am using Dreamweaver and trying to get an image or button to change after it is clicked on. Essentially, I want an image to say follow before it is clicked on and say unfollow after it is clicked ...
0
votes
0answers
514 views
Image change on mouseover with jQuery
I am a comlete beginner to pretty much all things web design and am trying to construct my first website. I am attempting to hand code it without the ue of a CMS in order to learn as much as possible ...