Internet Explorer Flicker
tony larcombe
Registered Users Posts: 118 Major grins
Not sure how best to describe this, but when I cursor over a photo it fades to the backgournd color and then comes back, know what I mean ? Anyway, I did a search but found nothing. No sir, I just don't like it, how do I get rid of the fade please ?
Tony.
Tony.
0
Comments
Tony, all i see on your website is that you've got a border that appears on mouse-over. I do not see any "fade-in/fade-out" that you're describing - can you please point to a specific gallery and photo where you are noticing this? Also, don't forget: log out and then look - to see exactly as your visitors will see your site.
Portfolio • Workshops • Facebook • Twitter
What is your browser, and OS?
By any chance are you viewing in slide show mode?
Portfolio • Workshops • Facebook • Twitter
How are you. FYI, I'm running Windows Media Center 2005 (with the update rollup installed) and I've looked at your site in the following browsers.
Firefox 1.0.7
Opera 8.5
Mozilla 1.7
Internet Explorer 6
Flock 0.4.9
I can't repeat the image fade problem you're talking about. I tried images on your home page and images in one of your galleries (nice stuff by the way). Can you please tell us which OS you have and which browser you're using?
http://photos.mikelanestudios.com/
There seems to be no rhyme or reason to it and it's really annoying.
I'm using Windows XP and IE to view.
I have no answer...only confirmation that you're not crazy...
:
www.photographyontheside.com [My blog about creating a part-time photography business]
Create A Gorgeous Photography Website with Smugmug in 90 Minutes [My free course if you need help setting up and customizing your SmugMug site]
Tony: that's a password-protected gallery, we cannot see. Please link us specifically which shots you are seeing this on, and which you are not.. thanks. Also, are you by anychance viewing in "slideshow" mode?
Portfolio • Workshops • Facebook • Twitter
Sebastian
SmugMug Support Hero
Clear out your IE cache, and restart your machine. See if the prob goes away.
Thanks
Portfolio • Workshops • Facebook • Twitter
http://photos.mikelanestudios.com/
let's try that again........
http://photos.mikelanestudios.com/
Portfolio • Workshops • Facebook • Twitter
http://photos.mikelanestudios.com/
(fade is what the slideshow does)
The blink is related to how your cache is set up in IE and the use of right-click protect on the gallery. I have a fix in place, but it will not be live until "maybe" tomorrow (if I am lucky)
Read more about the problem here:
http://www.fivesevensix.com/studies/ie6flicker/
Since it doesn't happen for me, I can only make guesses of things for you to try. Since, it's happening on a mouseOver, you should probably focus on the .imgBorderOn style rules since those are dynamically assigned when you mouseover. First thing I'd recommend trying is to remove your two .imgBorderOn style rules and see if that affects it. Then, try removing your .imgBorder rules so that all dynamic imgBorder behavior goes back to the smugmug default.
I don't know why, but you have two different .imgBorderOn rules in separate places:
.imgBorderOn { border-color: white;}
.imgBorderOn {
border: 1px solid #FFFFFF;
}
And, two .imgBorder rules:
.imgBorder { border-color: #303030;}
.imgBorder {
border: 1px solid #999999;
}
If neither of these helps, you might try a test by turning off JavaScript. If it stops flickering with JavaScript off, then we can narrow the issue down to the JavaScript className assignment that happens on mouseOver. If it's still a problem with JavaScript off, then there must be a different style causing it (perhaps an a:hover style somewhere).
EDIT: OK, never mind. I see that JT has already weighed in and a fix is coming.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Thanks JT, I'll check it out tomorrow, maybe.
http://photos.mikelanestudios.com/
There is a fix for this problem here: http://dean.edwards.name/my/flicker.html
I thought JT or oneThumb might want to look into this.
-winn
Hi Winn, Thanks for the post. It's not a SmugMug bug, so I moved it from that thread to this discussion here. Thanks!
Portfolio • Workshops • Facebook • Twitter
-winn
I implemented all of the CSS tweaks I could to try and fix this, so I am sorry if it is still broken However, I liked what Dean Edwards said in the top of the article you linked: "And this is a browser problem not a server problem."