JQuery :: Black Border On Animations In IE 6-8?

May 1, 2009

I taught it to myself without even having any true JavaScript experience and am sure that while functional, many of my implementations could/should be written completely differently. I'm running some animations that look great in everything except for IE. In IE I'm seeing a thin, ragged black border around some of the elements that I'm animating.

View 1 Replies


ADVERTISEMENT

Identifying Elements That Call A Function - Change The Border Of Several Images On The Page To Show A 4px Border

Feb 26, 2009

What I want to do is change the border of several images on the page to show a 4px border. There are many images on the page so I just want to call the changeborder() function on the onClick event so as the image that has been clicked changes. However, I don't think using this.style.border to identify the element works when placed within the function. That is, how do I identify, from the function, which image has been clicked? My current code (which does not work) looks like this but I am sure its possible to gather what i'm trying to achieve:

<script type="text/javascript">
function changeborder()
{
this.style.border='4px solid red'
}
</script>
<img style="border: 1px solid #F4F4F4;" onclick="changeborder()" src="images/colours/010.jpg" border="0">

View 1 Replies View Related

Detect If Mouse Is Over The Border Table And Over Cell Border?

Jan 7, 2009

is there a way how to detect if mouse is over the border table and over cell border? and if yes, when user click and host button and move mouse cursor (to increase cell width) which event should i detect ?

View 1 Replies View Related

JQuery :: Need A Black Screen While It Loads?

Aug 24, 2009

When the site loads it takes a while for all the scripts to load and then the images to settle down - more so in IE, naturally. I would like to display a black screen or cover everything with a div while it settles down. I have tried a few Timeout scripts but they appear to be conflicting and don't work. how I can either display a blank screen while it all settles down or just avoid the problem all together.[URL]

View 3 Replies View Related

JQuery :: Way To Enable Swapping Between Black Images?

Jul 8, 2011

What I would like to do is enable swapping between the black images? I would like to drag and drop to another image and that image will fill up the dragged earlier image position?

View 1 Replies View Related

JQuery :: Transparent PNG Shows Black Edges In IE8

Jan 21, 2010

I created a button with 2 states for mouse-over effects using css sprites. This has always worked well and I have no issues. I recently added some jquery to my buttons to create a smooth transition for the mouse over and this is where I see the issue. When the page is initially loaded the image looks fine. When I hover over the image there is a brief flash of black around the transparent edges then the transition begins and everything looks okay. When I un-hover the image shows the black edges. From this point any time the image is in the un-hovered state the edges are black, and when I hover the black goes away.
Example: [URL]

Here is the jquery code:
$('p.rss-button a')
.css({ 'backgroundPosition': '0 0' })
.hover(
function(){
$(this)
.stop()
.animate({
'opacity': 0
}, 325);
}, function(){
$(this)
.stop()
.animate({
'opacity': 1
}, 325);
});

View 8 Replies View Related

JQuery :: FF2: White On Black Text With Fades?

Sep 23, 2010

I'm having trouble getting FireFox 2 to play nicely with a jQuery fade. Here's a paired-down example:[URL]..I've made the source code VERY basic here to make it clear what's what. When you click the link, some jQuery fades the image in and out. But it also makes all the text go thinner. Clicking away from the link then sets the text back to how it was.

Any ideas why this could be? I've googled it and although I can find people with issues around jQuery's fades, I can't seem to find a solution to this one.

View 3 Replies View Related

Jquery :: Enable Swapping Between Black Images?

Jul 8, 2011

What I would like to do is enable swapping between the black images? I would like to drag and drop to another image and that image will fill up the dragged earlier image position?

View 2 Replies View Related

JQuery :: Best Use Of Stop() For Animations?

Sep 20, 2010

What's the best use of fadeIn particularly the stop() Function?Here is my code:

$('.hireMe').mouseover(function(){
$(this).stop().animate(
{backgroundPosition:"(0 -25px)"},
{duration:200});

[code]....

And what this is doing is when a mouse is put over my div 'hireMe', the background position is animated upwards and in fades in my text with an id of 'resume'. However if halfway though the FadeIn you move the mouse out of the container, it will permantly be stuck in this limbo world and will never return to 100% opacity again. Am I utilizing the stop() properly?

View 4 Replies View Related

JQuery :: Brief Blink In Between Animations

May 28, 2011

This is the website that is in question. Below is the script that I think is causing the problem. Every time you navigate to a new page I want the pages to fade out/in. However, there is a brief blink in between animations. I have tried to use stop() and not, but neither seems to help. I will post both options.

Option 1:

Option 2:

View 2 Replies View Related

JQuery :: Using .hover And .click Together For Two Different Animations?

Feb 18, 2010

I want to animate a button with .hover and then animate it even more with .click. The problem is when the button is clicked, the mouse is no longer hovered so the hover returns to the default position. I need to stop the .hover from returning to the default non-hover state when the button is clicked.

Hover Code:

$('#about-btn').hover(function () {
$('#about-btn').stop().animate({
marginLeft : 27

[code]....

View 4 Replies View Related

JQuery :: Occasional Delay Or Lag With Animations?

May 18, 2011

I have some code that executes two animations when the user clicks on an area. I want both animations to go off at the exact same time, however from time to time it seems as if one will be triggered first and then after a slight delay the second one will be triggered. This, of course, is noticeable and a problem. How can I ensure that they will go off together?

This is a watered down version of my code:

$('#container).click(function(){
$('#circle').animate({left:'500px'},1000);
$('#square').animate({left:'200px'},1000);
});

View 1 Replies View Related

JQuery :: Repeating Animations - How To Stop Them

Apr 20, 2010

I have applied the fadeIn() and fadeOut() effects to a li>ul in my html, but if the user leaves the ul briefly then re-enters it before it has finished fading out, the ul fades back in again. This can happen many times over by accident and it's very annoying.

If the user leaves the ul I want it to fadeOut() and NOT fadeIn() again until the user re-enters the parent li element.Is there a way of ensuring this? I have done a quick search for while and if/then/else functions but haven't been getting anywhere. This is what I have, very simple indeed:

$(document).ready(function() {
$(".nav ul").hide();
$(".nav li.conductor").hover(function() {

[code]....

View 2 Replies View Related

JQuery :: DatePicker Text Field Not Changing To Black From Gray Color

Feb 22, 2011

I'm working on implementing watermark in datepicker text field (JQuery V1.8.9). I have a datepicker field with watermark set (dd/mm/yyyy). Watermark text displaying in gray color. When I select a date, the text field still having the gray color instead of changing to black color. but, when i key in the date and focus out, it's working fine. Also, this is working fine in Chrome but not with Firefox. I'm not sure the exact cause...

View 3 Replies View Related

JQuery :: Tooltip - Fade Effect On IE Causes That The Image Shadow.png Appears Black

Jul 19, 2009

I am using and modifying the sample demo page and have a error on IE:

Using:

The fade effect on IE causes that the image shadow.png appears black on border for a while, fade effect is too uggly, firefox and safari works fine. Now I have to set fade=0 only to support IE7.

View 7 Replies View Related

JQuery :: Easing Be Applied To Addclass Animations?

Sep 21, 2010

i have in place an fade in application of addclass to a selector but i would like the transition to use one of the easing plugin equations instead for more dynamism. I can't tell how i would do this, since all the examples only use the animate function.

View 1 Replies View Related

JQuery :: Chaining Animations And Pausing For Each Step

Sep 10, 2009

In pseudo code, here's what I'm trying to do with some text:
shrinkText.changeText.EnlargeText.
The jQuery I'm using for this:
$('span#calendarNumber').animate({
color: '#999',
fontSize: '12px'
}, 500 ).html($('#calculatorSampleInPopup1').val()).animate({
color: '#900',
fontSize: '40px'
}, 2500, 'easeOutElastic' );

What happens visually upon triggering this is this:
- HTML content changes
- text shrinks
- text enlarges
I think what is happening is that the first animation is suppose to span 500 (miliseconds?) but jQuery doesn't pause for that, it just starts the animating and goes immediate to the second event which is to change the text. In otherwords, I think it's triggering correctly, it's just not producing the visual effect I want. Is the solution to put a pause of some sort between the first two events? If so, what's the proper method?

View 3 Replies View Related

JQuery :: More Color Animations At The Same Time On The Same Element?

Mar 16, 2011

I've downloaded the folowing plugin: [URL]

And it worked ! But now I want to now if I cand do more color animations on one element.

I have an example, when an <li> is hovered, it chages its background color, and at the same time, I want it to change the color (text color):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>

[Code].....

View 4 Replies View Related

JQuery :: Multiple Animations With A Delay On A Set Of Divs?

May 16, 2010

I have a group of 4 divs and I'm looking to use jQuery to animate them once, then have a delay using delay(), and then run another set of animations on them, putting the divs back to their original configuration. Here's the code that I have:

//only selectors called 'option1' are affected by delay, and not 'option1 img' or 'option2'
$("#option1").showOption1().delay(3000).hideOption1();
//if i don't attach to #option1, delay doesn't work, but the animations that need to happen simultaneously work

[Code]....

will work from hideOption1() after the delay. The rest of hideOption1() is fired immediately after showOption1() finishes, ignoring the delay.

On the other hand, if I run line 5, all the code in hideOption1() runs simultaneously as desired, but ignores the delay entirely, running immediately after showOption1() finishes. How can I have all the code in hideOption1() run simultaneously after the delay?

View 2 Replies View Related

JQuery :: Navigation With UI Animations - Child Hover

Jan 18, 2011

So I have a navigation thats decently simple, but the JS doesnt seem to operate in the correct manner. When i hover over a child navigation list item, the parent will start its animation as well. I know when you hover over the child you are in turn hovering over the parent, but is there a way to get the parent to not animate? [URL]

View 1 Replies View Related

Jquery :: Page With Animations - PreventDefault Not Working

Oct 22, 2009

I want create a page which has animation at the bottom of that page. I use jQuery to do that. This is the way I do it
<a href="#" class="animation">Animate this</a>
And this is the jquery

$(document).ready(function() {
$('a.animation').click(function(e) {
e.preventDefault();
//animation goes here;
});
});
When I run the code, all animation run very well except the page always scroll to the top. I try to change the href attribute to javascript:void(0); but it still run like that..

View 5 Replies View Related

JQuery :: Ajaxify-Plugin: Animations Are Not Working Correctly

Jul 15, 2009

I want to use the Ajaxify-Plugin ( URL... ) for my new Website. It fits exactly my needs.Sadly the animations are not working correctly.When your Internet-connection is too fast, you don't see animations at all (on a local machine also). I putted up a demo: URL...The content is supposed to fade out, then the new content gets loaded and then this new content should fade in nicely again, like in my own example, which I got from a tutorial that is just using pure jQuery resources: URL... [code]

The author of the plugin himself is using a server delay to overcome the sideeffect ( URL... - click some links under "New v2 features"), but i think that's the wrong way to go for production.Sadly im not good enough in JavaScript-programming to tweak the plugin by myself, to get it to work like in the second example... I tried it now for 6 hours.I would really like to use Ajaxify, because it has all the features I need united in it. The only thing that is not working are this animations.

View 1 Replies View Related

JQuery :: Jerky Animations When Using Php To Create Animated Content

Jan 12, 2010

This is a weird one. I have a page I'm working on, and I made a simple div that slides up to display some content, then slides down, replaces the content and slides back up again. Basically a showy news ticker.

When I created the div/animation code it ran fine. smooth as silk. However, I then decided to move that part of the html into a templated system, where some php reads a second file and outputs the contents into the webpage. (real simple stuff, it uses file_get_contents and echo to output the file contents).

Using this system, it all displays correctly, but the animation is suddenly slow and jerky. This doesn't make sense to me. Why would the animation suddenly become jerky just because the html that creates the divs is now created via php? Surely the php fires long before jquery gets involved - so why would this occur?

View 3 Replies View Related

JQuery :: Multiple - Simultaneous Animations On A Single Element

Aug 1, 2011

I have an image that I want to animate several properties, starting at the same time but ending at different times.

I want opacity to go from 0 to 1 in 2 seconds, and dimensions to grow in 10 seconds. Both animations should start at the same time.

I'm calling animate twice, but the second animation waits for the first one to complete.

Is there a way to get around this without having to code my own animate function?

View 1 Replies View Related

JQuery :: Preventing / Suppressing Repeated Animations On Same Select

May 6, 2010

I have some elements that hide and show real quick when I click on the same selected checkbox. I only want to hide or show something on change, and only when I need to. The way the behavior works now is I have 20 checkboxes, and each time I check one (even if it's the same), I see the associated elements hiding, then showing real quick. I don't want anything to happen though if all they do is toggle the checkbox, unless there's a condition to uncheck it. It's kind of hard to convey what I'm talking about here, but maybe my code can shed some light:[code]

View 3 Replies View Related

JQuery :: Timed Animations - Sliding DIVs In Different Directions

Dec 3, 2009

I am making a single page website for a client and we are trying to make a 4 step animation on click of an image. When clicking the image I would like to slide out div1 up, slide out div2 right, slide out div3 down, and have div4 slide in.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved