Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   header fades in firefox but not in I Explorer (http://forum.bytesforall.com/showthread.php?t=7281)

bij ons May 25, 2010 01:43 PM

header fades in firefox but not in I Explorer
 
:confused: Can anyone help me out????

I made my header fading in and out. In firefox it forks perfectly fine but in I explorer it doesnt.
In Internet Explorer i have also a blue line next to my background picture....

Does anyone know how to fix this.....

My website is www.bijonsingroesbeek.nl

juggledad May 25, 2010 02:14 PM

What version of Atahualpa and WP?
What did you do to make them fade? (or not fade in the case of IE)

bij ons May 26, 2010 11:30 AM

Hi there,

I have used Atahualpa 3.4.5 and wordpress 2.9
To make the header fade in and out i believe we inserted this text

}
// Smooth fading code starts here
var fadeInSpeed=10000; // ms
var fadeOutSpeed=8000; // ms

function PrepareRotatingImages() {
if (document.body){
if(HeaderImages.length < 2)
return;
imageContainer = jQuery('#imagecontainer');
imageContainer.css("background","none");
for(i=0; i < HeaderImages.length; i++) {
imageContainer.append("<div id=\"himage" + i + "\" style=\"overflow:hidden;display:none;position:abso lute;top=0;left=0;width:100%;height:<?php echo $bfa_ata["headerimage_height"]?>px\"><img src=\""+HeaderImages[i]+"\"/></div>");
}
jQuery("#himage"+j).fadeIn(fadeInSpeed);
SmoothRotateHeaderImages();
}

into js.php.

I hope this is enough info to check it, otherwise please let me know.

p.s. It worked before in IE but since 1 week the fading is out of order...


Thnx for so far
Bjorn

juggledad May 26, 2010 11:48 AM

what changed in the last week?

bij ons May 26, 2010 11:51 AM

I havent changed anything....
The only thing that had changed is the not fading in out in IE

juggledad May 26, 2010 01:12 PM

So it worked last week and now it doesn't and you didn't change anything. Did your host change something?

bij ons May 26, 2010 02:44 PM

hi juggledad,

A strange thing accured... on my wife's laptop our website runs perfectly in IE
I tkink in some starnge way my pc installed an older version of IE (older than 6)

I am going to install IE 7 on my pc and hope it runs perfect now...

Thanx for now


All times are GMT -6. The time now is 08:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.