191695/jquery-css-zoom-icon-to-images-with-opacity
I like to read articles and for add zoom icon in image hover using jquery and css. i add css opacity in hover image. this worked when i hover image (mouse curser on image) but when i mouse curser on zoom icon, css opacity is hidden on image. any way to fix this for opacity image in all hover ( image + zoom icon ). Thanks
Demo in jsfiddle : HERE
You need to set the opacity while hovering the a, not the img.
#gallery2 a:hover img{ opacity:0.6; filter:alpha(opacity=60); }
You were just missing a css class that adjusts ...READ MORE
Yes, we can use jQuery in ReactJs. ...READ MORE
We hide the divs by adding a CSS ...READ MORE
The jQuery fadeIn() method is used to ...READ MORE
I have this input element: <input type="text" class="textfield" ...READ MORE
Is there a way to control browser ...READ MORE
Hey, jQuery is a fast and concise JavaScript ...READ MORE
Hey kartik, A variable declared outside a function has a ...READ MORE
Hello, Use the following script tag in your ...READ MORE
Hello @kartik, You have provided wrong order for ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.