<br><br><div class="gmail_quote">On Fri, Oct 29, 2010 at 8:23 AM, Ian Weller <span dir="ltr">&lt;<a href="mailto:ian@ianweller.org">ian@ianweller.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Fri, Oct 29, 2010 at 01:39:55AM -0500, Sijis Aviles wrote:<br>
&gt; Are either of you able to take any steps to consistently reproduce this?<br>
&gt; I&#39;ve tried several times and i don&#39;t see it happening.<br>
<br>
</div>Just looked at the CSS for those two slides I&#39;m having issues with:<br>
<br>
background-image: url(../images/banners/printing-made-easy.png), -moz-radial-gradient(30% 30% 45deg, circle farthest-side, #6E6E6E, #3B3B3B);<br>
background-image: url(../images/banners/printing-made-easy.png), -webkit-gradient(radial, 30% 30%, 0, 30% 30%, 900, from(#6E6E6E), to(#3B3B3B));<br>
<br>
I&#39;m betting my version of Firefox (not *that* old) can&#39;t handle<br>
gradients :( Which is interesting because (I think) they showed up fine<br>
running &#39;make test&#39; in fedora-web.git.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Ian Weller &lt;<a href="mailto:ian@ianweller.org">ian@ianweller.org</a>&gt;<br>
Where open source multiplies: <a href="http://opensource.com" target="_blank">http://opensource.com</a><br>
</div></div></blockquote></div><br>That was the same piece of css code that was making the slides hidden in IE7. Once i removed the moz-radial and -webkit-gradient stuff, it worked as expected. I think you could be on to something.<br>
<br>You can see the &#39;fix&#39; for the slides towards the bottom of: <a href="http://fedoraproject.org/static/css/ie7.css">http://fedoraproject.org/static/css/ie7.css</a><br><br>Sijis<br>