Forums
|
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
| Author |
Message |
|
aravim5
Joined: Thu Nov 29, 2012 6:23 am Posts: 3
|
 CSS3PIE and IE8 Issues
Hi Guys,
What are your experiences with CSS3PIE and IE8, as our developers are having lots of issues with it. It appears to work fine in Chrome and IE9, but IE8 is a different experience. We have a tab component for which css3pie styling is applied and when moving one tab to another tab, we are getting a flashing/jerk and content layout moving up and down. It also appears CSSPIE does not execute until after the browser “load” event has completed, which is why we are getting the “flashing” as the backgrounds get “loaded”, then CSSPIE executes and applies the formatting (only an issue in IE8).
Has anyone came across similiar kind of issue in past if so please share the fix for this
Attachments:
1.png [15.86 KiB]
Not downloaded yet
2.png [24.77 KiB]
Not downloaded yet
|
| Thu Nov 29, 2012 6:42 am |
|
 |
|
rulernature
Joined: Tue Nov 29, 2011 1:26 am Posts: 38
|
 Re: CSS3PIE and IE8 Issues
If you are using javascript version of css3pie try to detach first: something like that:
function pieStarter(){ if (window.PIE) { go(); } } function go(){ $('.yourClass,#yourID').each(function(){ PIE.detach(this); }); $('.yourClass,#yourID').each(function(){ PIE.attach(this); }); }
hope it helps, for me works just fine and I had the same problem. unfortunately this will cost you on performance
ps: you must do that every time when the dom is modified, I use wicket and every time when an ajax call is made I do that detach and attach
|
| Tue Dec 04, 2012 1:34 am |
|
 |
|
aravim5
Joined: Thu Nov 29, 2012 6:23 am Posts: 3
|
 Re: CSS3PIE and IE8 Issues
Hi,
Thanks for the reply, i am using htc file. Is there any fix for htc version
|
| Sat Dec 08, 2012 1:43 am |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: Google [Bot] and 6 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|