JQuery :: Image Caption With Opacity Fade?
Sep 8, 2010
Ive used this tutorial code...
But when I hover over the Wrapper DIV the Description DIV also fades.
I want the Description DIV to remain at 100 opacity even when I hover over the wrapper.
Is that possible?
View 3 Replies
ADVERTISEMENT
Aug 23, 2010
I am using the jquery cycle plugin for a fade in/out content gallery for a site's news section - you can see it at: [URL] under the News & Articles section. The plugin works perfectly in Firefox, but I am seeing a white background in IE. Does anyone know how to fix this? It looks like it's an opacity issue. Here is my cycle code:
[Code]....
View 2 Replies
View Related
Jun 7, 2009
I've got two problems with these functions:[code]The first is that they fade in and out as expected, unless I mouse over any of the text in the div. Then the fadein and fadeout functions seem to compete with each other.The second is that showcount keeps getting set to undefined, so it never gets to 4, where upon fadeout should return without fading the div into the background.I should say that I believe the first problem has to do with mouseover seeing the html as a separate entity from the div, but that seems odd because it's a child of the div!
View 4 Replies
View Related
Aug 31, 2006
Now do try to do the same in IE (6.0). The images don't fade into each
other. Instead, they hesitate, which is annoying, and then jump from
one image to the other, suddenly, with no fade.
Can anyone tell me why that is? Does IE not recognize opacity?
View 6 Replies
View Related
Oct 18, 2010
I'm trying to write a function that rotates images with a fade. The function work properly, however I can't make the images fade back in. The fadein function won't add to the .style.opacity Here's the code with the php
[Code]...
View 1 Replies
View Related
Feb 14, 2011
This is a really awesome script that I'm sure all of you can put to use if you haven't yet heard of it. However, I'm trying to get it to fade a background image on my css styled navigation for my a:hover. Here is the script with a little simple tutorial on how to set it up: [URL] My only other knowledge is in PHP, so after about 2 hours of fail in this client-side language
This is the link to my site so far: [URL] You can see the script working as it is on my little yellow MW logo on the right side of the navigation. So in my scenario, I am looking to fade button.png to button-hover.png (both repeating on the x axis).
View 2 Replies
View Related
Nov 27, 2011
I have an image insertion page that is part of a JS WYSIWYG. It works okay, but I would like to add a styled caption bar underneath it.
This is what I'm currently using for the caption (inserted by a button):
Code:
This is the code from the insert image page:
Code:
How do I put the caption bar after the image in the main code?
View 1 Replies
View Related
Sep 5, 2010
I'm building a website with a image menu like accordion, using jquery+easing+kwicks [URL]ith CSS, I can change the opacity of the element hovered (the opened kwick), but I'm looking to someway to change the opacity of the inactive kwicks (the images that close when you open a hovered image).I tried to do it with css, or hacking kwicks plugin, but I couldn't make it.
View 3 Replies
View Related
Jan 27, 2009
Here is the code im using for a slideshow, i would like to add a title and or a caption to each image
<td width="33%"><h4><u><center>Slideshow</center></u><br/><img src="Images/img1.jpg" name="photoslider">
<div align="center">
<script type= "text/javascript">
[Code]....
View 2 Replies
View Related
Feb 17, 2010
New to javascript/jquery, been trying to create a rotator which displays a large image with caption and uses next/previous button and thumbnails for control. Everything works fine but when the rotator gets to the last item i'd like it to go back to the first, and when the previous button is clicked at the first item I'd like it to go to the last.
$(document).ready(function() {
//set to zero
var x = 0;
[code]....
View 1 Replies
View Related
Feb 7, 2011
have this Multiple Image Viewer very similar, -in fact almost identical- to the one in the main page of economist.com It uses the following code and its woriking nice,
Code:
function switch_product_img(divname, divnumber, divtotal) {for (var i=1; i<=divtotal; i++) {
var showDivName = divname + '_' + i;
[code]....
View 3 Replies
View Related
Jun 30, 2011
I am php developer,[URL]... a fade in fade out effect (image + text) which is working very nice but Can i do this like with text on top(not on an image)and image below it like header : text below that an image
example
<table>
<tr><td> header for image</td></tr>
<tr><td> image here</td></tr>
</table>
Can you pls suggest any other script to display an html page or pages like this just the way i had defined above in fade in fade out ....
View 1 Replies
View Related
Mar 3, 2010
Here is a script I found which works well for randomly selecting a static image when loading/refreshing a page, and allows captions for the images. I need this to also have the images link to other pages. I lack the javascript ability to do so.
Code:
<!DOCTYPE -don't forget to use one of these!
<head>
<title></title>
[code]....
View 2 Replies
View Related
Feb 11, 2010
I have a script which I grabbed from here: [URL] It does partially what I want but I need more functionality, specifically,
1) add caption text below each image in the form of "1 of 5, 2 of 5, etc."
2) make the current image clickable to go to respective URL of my choice
I have a rough mockup here: [URL] My question is, does anyone know of a script that already does all this? It needs to play friendly with all major browsers. I'm not a JS programmer, but can dabble with small changes if shown what's needed to modify this script.
View 7 Replies
View Related
Oct 25, 2011
The objective is to have an image fade to another one progressivly while the mouse is over, when its not it fades back to the original, whether or not it faded to the target completely or not. That is, if it takes 1 second to fade completely to the other image, and you take your mouse off it at 0.5 seconds, it will begin to fade back to the original. I have a problem where I want to give this ability to multiple images (thumbnails) on a page, without having reams and reams of code and instead just have one function accomadate any number of images.
[Code]...
View 5 Replies
View Related
May 2, 2006
I am writing a small script to fade the opacity of an image/object.
The script itself works fine only I do have some unwanted behaviour.
I do use a tablecell object and the mouseover/mouseout to activate the
script.
In the same cell are some links listed and when you move the cursor
over the links the image starts to flicker. This is because of the
getElementById that identifies each link as an object.
Anyone knows how I can solve this behaviour? (Below is the sourcecode I use)
View 1 Replies
View Related
Apr 21, 2009
I have a 10 checkboxes. Along with these 10 checkboxes I have 10 images that are associated with each checkbox. What I woudl liek to happen is when I click on one of the checkboxes it selects a class for the img object that will make the image go dim using opacity filter in css. When I untick the checkbox I want the image to go back to being opaque.
View 6 Replies
View Related
Mar 23, 2010
I've created a slide show out of HTML and CSS but I'm trying to add an opacity effect so that when the link is clicked the image fades in from nothing.At the moment on click the image fades to zero straight away;
Code:
window.onload = initAll;
function initAll () {
[code]....
View 1 Replies
View Related
Jul 11, 2007
Is there a cross browser way to change the opacity of an image? I have found a way that works for IE and Firefox but would like it to work in Safari and Opera as well.
View 1 Replies
View Related
Mar 9, 2010
I am using the following function in order to change an image opacity on a mouseover and mouseout. This function works fine but does not handle a onClick. What I mean by this is...... How can I create/alter the function to handle an onclick? I want to be able to click on an image (one of many) and have that image opacity change to 50%. There are other similar images whose opacity would need to remain at 100%. If one of those are clicked, that images opacity would then change, and the previous would restore to original value of 100% I thought about passing the clicked images id to the function but I can't find a way to compare an image id VS a passed image id.
[Code]...
View 2 Replies
View Related
Aug 11, 2010
I have 3 thumbs, and when I click on one of the thumb, the background of my site has to fade to the same image as the thumb. This code is working for me, but it is fading to white first, and after it fades to the new background.
function changeback(backname){
var newsrc = "<?=SITE_WEBDIR?>img/bg/"+backname;
$('#backimg').fadeOut(300, function(){
$(this).attr('src',newsrc).bind('onreadystatechange load', function(){
[Code].....
I want to let the background fade to the new background directy, and not a white background first.
View 2 Replies
View Related
Apr 16, 2011
I'm making a landing page and wanted to fade a css background image (actually 2 of that part of my divs)
<body>
<div id="outer_wrapper">
<div id="inner_wrapper">
<div class="content_info"></div>
</div>
</div>
I couldn't find an exact example or of a way to do this. I've been struggling on this for hours. All I'm trying to do is fade in those divs after a certain time has passed (like 5secs after the page loads)
View 9 Replies
View Related
Feb 20, 2011
I try to get an image to fade in after it has been loaded, but I can't get it to work. This is how the code look with the loading part:
$("#bild1").click(function(){
$("#main_image").attr("src","bild1.jpg"); });
After the image is loaded, I want it to fade in. How is that done? I have tried to add fadeIn but not working.
View 2 Replies
View Related
Apr 13, 2010
So I wrote a code to simply display an image when a link is rolled over:
[URL]
The problem (which you may have already noticed) is that when you rollover the two links fast, the images appear below each other. What I want to do is find a way to make the images appear on top of each other so it will look more like they're crossfading without changing the shape of the site.
View 1 Replies
View Related
Jun 9, 2010
I'm looking for a little snippet that will fade a new image if you click on the image.
So i have an image in a div, when you click on the image a new image will fade in, i have 3 images and and you can click as much as i you like, so it has to loop some way..
View 1 Replies
View Related
Nov 15, 2007
javascript and jquery ignorance. Im building a simple photo gallery and would like an image to fade in. I need the image to only fade in once the image has fully loaded.Here is what i have so far
function fade() {
$("#Picture").fadeIn("600");
}
[code]....
View 9 Replies
View Related