Tagged Questions
0
votes
1answer
26 views
How is this effect called (hover 1 item antoherone changes). I don't know how to google it
i'm sure you can help me.
For example: on this site - when you click on "team" - you can hover over an image and the name is shown on the top. (ja, it's flash, i know ;) )
So, i want to do this in ...
1
vote
1answer
167 views
hover effect that make some object to change or move, using (maybe) processing.js?
I spent whole night to figure it out how does hover effect on this site http://goo.gl/WXlGT work. But i still cant get it. At first i thought that its made in flash, than i thought its html5 but ...
1
vote
1answer
148 views
JQuery applying hover effect to the whole class
I have a problem and I couldn't find a specific answer anywhere.
I have downloaded a JQuery plugin as this is my first java script attempt and I am trying to apply this zoom hover effect to each ...
0
votes
1answer
99 views
Image hover effect starting with a dark opaque background
I'm sorry if my title is vague I tried to give it some logic I dont know.
Anyway, so here is a site im working on (in progress)
http://art-williams.com/misc/index.html
and the 4 grid area as you can ...
1
vote
1answer
1k views
Best practice to create block hover effects using CSS
What is the best practice to create block hover effects on links using CSS? Here is my example:
The HTML:
<div id="links">
<ul>
<li><a href="#" title="Text">Link ...
0
votes
2answers
59 views
What type of effect has been used in this site?
The website --> http://inspiredm.com is using an effect of hover in their post images . What kind of effect it is? It is a CSS3 or jquery effect and how to do similar effects ?
0
votes
1answer
680 views
Menu hover effect
I would like to create a hover effect like the left category menu on this demo page http://themeforest.net/item/mazine-wordpress-theme-a-wp-ecommerce-theme/full_screen_preview/198602
I tried to add ...
1
vote
4answers
595 views
Nice hover effect in css3
I was trying to do some hover effects like on nvidia page ( http://www.nvidia.com/object/cool_stuff.html ) in css3, the result is here http://www.html5.ssl2.pl/ . Now as you can see it doesn't work ...
0
votes
1answer
670 views
Jquery Hover over gallery image effect
I'm new to jquery. I found a lightbox gallery on a website that I want to emulate. I know how to use the standard light box code here http://leandrovieira.com/projects/jquery/lightbox/
But I want my ...
3
votes
5answers
746 views
Is this multiple hover effect possible using only CSS?
Could someone please tell me if the hover effect depicted here is possible with just CSS? Really would like to use this for my website if I can figure it out (so far no luck).
I'm not a programmer ...
0
votes
1answer
287 views
Hover effect not working properly
I'ver been whacking my brain about this since last week :(I have a page that uses a tabbed interface but the menu is a graphic tied to a map layout. what I did was I used jQuery codes to do the hover ...
14
votes
3answers
35k views
Fade Effect on Link Hover?
on many sites, such as http://www.clearleft.com, you'll notice that when the links are hovered over, they will fade into a different color as opposed to immediately switching, the default action.
I ...
0
votes
1answer
2k views
jQuery hover text effect flip (slide up)
How would this text effect be created using jQuery...as seen on www.barrettnsmith.com?
I thought I saw a sample somewhere, but now I can't seem to find it.
2
votes
5answers
283 views
Hover effect won't trigger on a link styled in CSS
I have a simple page in which I'm trying to style an a link. I can style the normal state fine, but the hover state never triggers.
The relevant portion of my stylesheet is:
a.faqquestion {
...
0
votes
2answers
4k views
jQuery hover effect
I'm trying to have this effect http://www.un.org/. Meaning you have different links, on hover the corresponding text appear below. Is it possible to achieve this using jQuery?
Thanks for helping
1
vote
1answer
1k views
jQuery Flicker/Flash Animation
Does anyone know of a neat jQuery effect that will make an image randomly flicker or flash? Most of the posts on here are "how to stop flickering" etc, so it's pretty hard to find anything about ...