Web Design Forum: I.E Rendering issues - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

I.E Rendering issues Rate Topic: -----

#1 User is offline   oujipickle 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 28
  • Joined: 29-April 10
  • Reputation: 0
  • Gender:Male
  • Location:Cumbria, UK.
  • Experience:Beginner
  • Area of Expertise:I'm Learning

Posted 17 January 2011 - 02:55 PM

Hi,

Hope someone can help with this.

I have an image with a div on top called #myslides running a jquery fade in and out slideshow.
Works great in firefox but i.e. adds a transparency greyish background to the full div which fades in and out with text.

Any help much appreciated

Oujipickle
0

#2 User is online   zed 

  • Web Guru
  • Group: Moderators
  • Posts: 4,941
  • Joined: 25-May 10
  • Reputation: 703
  • Gender:Male
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 17 January 2011 - 03:01 PM

link?
0

#3 User is offline   oujipickle 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 28
  • Joined: 29-April 10
  • Reputation: 0
  • Gender:Male
  • Location:Cumbria, UK.
  • Experience:Beginner
  • Area of Expertise:I'm Learning

Posted 17 January 2011 - 03:42 PM

Here is the code

<script type="text/javascript">$(document).ready(function() { $('#myslides').cycle({fx: 'fade', speed:3000, timeout: 3000 }); });</script>

#main_img_loc{
width: 580px;
height: 220px;
border: 1px solid;
margin-left: 5px;
float: left;
background-image: url(teed_up.png);
background-repeat: no-repeat;
}
#myslides{
width: 280px;
height: 80px;
margin: 10px 0px 0px 300px;
}

<div id="main_img_loc">
<div id="myslides">
<div><p class="saying">"Text here"</p></div>
<div><p class="saying">"Text here"</p></div>
<div><p class="saying">"Text here"</p></div>
</div>
</div>

Oujipickle
0

#4 User is offline   i-am-css 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 32
  • Joined: 05-April 11
  • Reputation: 4
  • Gender:Male
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 08 April 2011 - 11:06 AM

It may be because your background image is a .png and ie doesn't like png's when used with javascript/jquery fades.
0

#5 User is offline   Gibson 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,313
  • Joined: 31-October 07
  • Reputation: 140
  • Gender:Male
  • Location:SE UK
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 08 April 2011 - 11:44 AM

Yep. That'll be it. The old IE can't fade a tranaparent png thing. I've been battling with that for ages, but couldn't get it to work even with png fixes etc.
If you sort it out, please post the answer here.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users