Please help solve bck grd img fliker IE6

This is a discussion on "Please help solve bck grd img fliker IE6" within the Web Page Design section. This forum, and the thread "Please help solve bck grd img fliker IE6 are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 4th, 2008, 09:53
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Please help solve bck grd img fliker IE6

Styles are included in doc.

http://www.capoeiracanal.co.uk/index-classes.php

Reply With Quote

  #2 (permalink)  
Old Mar 4th, 2008, 11:39
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Please help solve bck grd img fliker IE6

I dont have IE6 and many people here would have upgraded too.

Could you explain precisely what is happening? Which element is flickering?
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #3 (permalink)  
Old Mar 4th, 2008, 12:06
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

The back ground gradient img flickers (displays on and off) when the mouse is placed over the the body.

The css is in the doc, line 75.

Ihope this is explains it.

Cheers.
Reply With Quote
  #4 (permalink)  
Old Mar 4th, 2008, 12:23
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Please help solve bck grd img fliker IE6

Dean Edwards may have found the solution. Read more, but it boils down to putting the following into your .htaccess file.
Code: Select all
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #5 (permalink)  
Old Mar 4th, 2008, 19:59
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

I haven't been able to follow those links I am having problems loading the page.

Am I to just drop that code in the file? (I tried doing that and it brought down my whole site) or do I need to edit it in reference to the image in question?

Cheers
Reply With Quote
  #6 (permalink)  
Old Mar 5th, 2008, 08:35
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

I read the page by Dean Edwards, still not sure how to add this code. I copied and pasted it into the file and got an internal error message.

Please help
Reply With Quote
  #7 (permalink)  
Old Mar 5th, 2008, 08:50
welshstew's Avatar
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: Please help solve bck grd img fliker IE6

if you use IIS and have access then you can use cache control extensions to stop this
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
Reply With Quote
  #8 (permalink)  
Old Mar 5th, 2008, 09:04
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Please help solve bck grd img fliker IE6

Try this fix Oak:-
http://www.mister-pixel.com/#Content...is_that_simple
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #9 (permalink)  
Old Mar 5th, 2008, 09:13
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

Not sure if my server has IIS, I would presume so, I don't have access to it.

I would prefer to just drop that code into my .htaccess file than to bother my web hosts.
Reply With Quote
  #10 (permalink)  
Old Mar 5th, 2008, 09:22
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Re: Please help solve bck grd img fliker IE6

did you see my above post? Thats a javascript fix.... did you try it?
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
  #11 (permalink)  
Old Mar 5th, 2008, 09:23
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

Rob, sorry but I don't know how to add the JS
HTML: Select all
{
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
And I am not sure I know what this means:

Note 2:
You can enable the fix for any page you visit by using this bookmarklet:
HTML: Select all
  javascript:void(document.execCommand("BackgroundImageCache",false,true))
Reply With Quote
  #12 (permalink)  
Old Mar 5th, 2008, 09:41
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

I tried this but it didn't work.

HTML: Select all
<script type="text/javascript">
{
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

// -->
</script>
Reply With Quote
  #13 (permalink)  
Old Mar 5th, 2008, 13:21
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 268
Thanks: 2
Thanked 0 Times in 0 Posts
Re: Please help solve bck grd img fliker IE6

This is from the source of http://www.mister-pixel.com/#Content...is_that_simple but it is not working for me.

HTML: Select all
<script>
function fixIE6flicker(fix) {
    try {
        document.execCommand("BackgroundImageCache", false, fix);
    } catch(err) { }
}
//fixIE6flicker(true);
</script>
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can anyone help me to solve this coding? heeromai Flash & Multimedia Forum 0 Mar 9th, 2008 07:57
can anyone solve my external php problem? dilby PHP Forum 3 Apr 19th, 2007 21:04
solve my problem?! karoliina Starting Out 9 Feb 21st, 2007 09:25
Ok SQL wizzes! Solve this! Weird1993 Databases 2 Feb 13th, 2007 00:34
html expert required to solve one problem DannyP43 Job Opportunities 1 Oct 10th, 2006 10:30


All times are GMT. The time now is 16:36.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43