Click to See Complete Forum and Search --> : IE has white background on DIV - Works great in FF and Safari
KraftyOne
12-07-2009, 10:12 PM
Thank you in advance for any help! I don't know if this is a CSS issue, a javascript issue or an HTML issue.
I have a rotating quote box. In Firefox and Safari, it looks great - transparent background like it should. For some/no reason, in IE it has a white background and looks lousy.
http://www.successgap.com
I've searched all over and have not found any solution. Thanks again!
skywalker2208
12-07-2009, 10:38 PM
I wonder if the javascript you are using doesn't set the opactiy for IE. IE uses a different opacity property.
http://www.w3schools.com/Css/css_image_transparency.asp
KraftyOne
12-08-2009, 08:38 AM
Thank you for the help. I think you are right...because I can play with it in the CSS and it sort of helps...but it changes the opacity of the text also and because it isn't in the javascript, it doesn't show right away...it pops to transparent after it scrolls.
I don't know javascript much though...would you take a minute to look at it? I would really appreciate it.
http://www.successgap.com/jquery.min.js
http://www.successgap.com/jquery.cycle.min.js
skywalker2208
12-08-2009, 10:01 AM
Is this the jquery plug-in you are using http://malsup.com/jquery/cycle/?
If so take a look at this section
http://malsup.com/jquery/cycle/cleartype.html?v3
KraftyOne
12-08-2009, 03:48 PM
I'm not sure...that isn't where I got it from. The link you sent me doesn't seem to have anything to do with this issue of transparency...
Thanks for your continued help...I've got to figure this out!
KraftyOne
12-08-2009, 04:36 PM
I'm an idiot and you're awesome. Turns out I just had to turn off the clearType effect.
Thank you for the help!