Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-19-2008, 09:24 PM   PM User | #1
technorazzi
New to the CF scene

 
Join Date: Nov 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
technorazzi is an unknown quantity at this point
IE repaint issue - tried all the hacks

i have been chasing this around for days now - I have tried this fix, the php hack, the htacess fix - nada - tried on windows XP, vista, 6 and 7.

the background redraws - no matter what. The only way I can get it not to is to include the css styles in the html document - which I can’t do - way too many includes.

Here are the files - if you go between them - the background should repaint -that is my experience..

http://www.por7al.com/chargersguide/2.html
http://www.por7al.com/chargersguide/1.html

Any help is appreciated

There are no issues in ffox or on a mac.
technorazzi is offline   Reply With Quote
Old 11-20-2008, 12:12 AM   PM User | #2
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
just for the sake of trying, add this to your head:
Code:
<script type="text/javascript">
function fixIEflicker(fix) {
	try {
		document.execCommand("BackgroundImageCache", false, fix);
	} catch(err) { }
}
fixIEflicker(true);
</script>
and see if that does anything to help the issue.
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote
Old 11-20-2008, 09:27 PM   PM User | #3
technorazzi
New to the CF scene

 
Join Date: Nov 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
technorazzi is an unknown quantity at this point
Yeah - tried that one - IE is a total special needs problem child.

Thanks for trying!
technorazzi is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:25 PM.


Advertisement
Log in to turn off these ads.