IE comes up with no-rgba because it doesn&#39;t support defining an alpha channel in colors. You can&#39;t do border-color: rgba(255,0,0,0.5); in IE (it ignores it completely).<br><br clear="all">Brian<br>
<br><br><div class="gmail_quote">On Tue, Mar 1, 2011 at 11:37 AM, zuzel.vp <span dir="ltr">&lt;<a href="mailto:zuzel.vp@gmail.com">zuzel.vp@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Thanks a lot :) I added a link to this thread to the ticket on pivotal<br>
(<a href="https://www.pivotaltracker.com/story/show/9319907" target="_blank">https://www.pivotaltracker.com/story/show/9319907</a>).<br>
<font color="#888888"><br>
--<br>
Thanks,<br>
    Zuzel<br>
<br>
On Tue, Mar 1, 2011 at 11:14 AM, Andrew Henderson<br>
</font><div><div></div><div class="h5">&lt;<a href="mailto:andrew.m.henderson@gmail.com">andrew.m.henderson@gmail.com</a>&gt; wrote:<br>
&gt; Hi Zuzel,<br>
&gt; It appears to be the following style rule:<br>
&gt;<br>
&gt; .no-rgba #main-nav a {<br>
&gt;     background:#2d2d2d;<br>
&gt;     border-bottom:#444 1px solid;<br>
&gt;     border-left:#1e1e1e 1px solid;<br>
&gt;     border-right:#1e1e1e 1px solid;<br>
&gt;     border-top:#1e1e1e 1px solid;<br>
&gt; }<br>
&gt;<br>
&gt; Boilerplate adds classes to the html tag in order to custom tailor the look<br>
&gt; of a page based on the capabilities of the browser.  Not sure why IE comes<br>
&gt; up with no-rgba. We just need to remove that rule or override it for IE.<br>
&gt;<br>
&gt; If anyone else has a better idea, feel free to chime in.<br>
&gt;<br>
&gt; This is the default style rule for those links:<br>
&gt;<br>
&gt; #main-nav a {<br>
&gt;     color: #A9B2C1;<br>
&gt;     display: block;<br>
&gt;     height: 14px;<br>
&gt;     padding: 4px 10px 8px;<br>
&gt; }<br>
&gt;<br>
&gt; On Mon, Feb 28, 2011 at 10:23 PM, zuzel.vp &lt;<a href="mailto:zuzel.vp@gmail.com">zuzel.vp@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi Andrew,<br>
&gt;&gt;<br>
&gt;&gt; Nice to meet you.<br>
&gt;&gt;<br>
&gt;&gt; Help is always welcome :) --<br>
&gt;&gt; <a href="http://lists.p2pu.org/pipermail/p2pu-dev/2011-February/000371.html" target="_blank">http://lists.p2pu.org/pipermail/p2pu-dev/2011-February/000371.html</a><br>
&gt;&gt;<br>
&gt;&gt; Talking about CSS related tasks: Does anyone nows what is the problem<br>
&gt;&gt; with the black links that appear in Lernanta on IE8<br>
&gt;&gt; (<a href="http://farm6.static.flickr.com/5259/5485582711_5b73e1ab23_b.jpg" target="_blank">http://farm6.static.flickr.com/5259/5485582711_5b73e1ab23_b.jpg</a>)?<br>
&gt;&gt; That is an image of <a href="http://dev.p2pu.org:8090/" target="_blank">http://dev.p2pu.org:8090/</a> and the source code<br>
&gt;&gt; behind that page is:<br>
&gt;&gt;<br>
&gt;&gt; * <a href="https://github.com/p2pu/lernanta/blob/master/templates/base.html" target="_blank">https://github.com/p2pu/lernanta/blob/master/templates/base.html</a><br>
&gt;&gt; * <a href="https://github.com/p2pu/lernanta/blob/master/media/css/batucada.css" target="_blank">https://github.com/p2pu/lernanta/blob/master/media/css/batucada.css</a><br>
&gt;&gt;<br>
&gt;&gt; I am going to be merging new features from batucada now, so I will not<br>
&gt;&gt; be touching lernanta&#39;s maekup for a while, but it will be good to test<br>
&gt;&gt; it (and fix any bugs) with different browsers.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Thanks,<br>
&gt;&gt;    Zuzel<br>
&gt;&gt;<br>
&gt;&gt; &gt; Hi Zuzel,<br>
&gt;&gt; &gt; I just want to introduce myself.  I met John Britton a few weeks back<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; volunteered to help out on the P2PU site development.  I specialize in<br>
&gt;&gt; &gt; front-end development (HTML, CSS, jQuery).  Let me know how I can be of<br>
&gt;&gt; &gt; service.  Thanks.<br>
&gt;&gt; &gt; - Andrew<br>
&gt;&gt; &gt; P.S.<br>
&gt;&gt; &gt; Here&#39;s some my recent work:<br>
&gt;&gt; &gt; <a href="http://r-word.org/" target="_blank">http://r-word.org/</a><br>
&gt;&gt; &gt; A Wordpress blog I run:<br>
&gt;&gt; &gt; <a href="http://thebeersessions.com" target="_blank">http://thebeersessions.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Mon, Feb 28, 2011 at 10:25 AM, John Britton &lt;<a href="mailto:me@johndbritton.com">me@johndbritton.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; yeah, take a look at this: <a href="http://dev.p2pu.org:8090/en-US/" target="_blank">http://dev.p2pu.org:8090/en-US/</a><br>
&gt;&gt; &gt;&gt; You should also be in contact with Zuzel. She was just hired to lead<br>
&gt;&gt; &gt;&gt; development on the project and can help get you going on something<br>
&gt;&gt; &gt;&gt; productive.<br>
&gt;&gt; &gt;&gt; Cheers,<br>
&gt;&gt; &gt;&gt; John<br>
&gt;&gt; &gt;&gt; --<br>
&gt;&gt; &gt;&gt; contact info:<br>
&gt;&gt; &gt;&gt; <a href="http://www.johndbritton.com" target="_blank">http://www.johndbritton.com</a><br>
&gt;&gt; &gt;&gt; @johndbritton - <a href="http://twitter.com/johndbritton" target="_blank">http://twitter.com/johndbritton</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Mon, Feb 28, 2011 at 1:02 PM, Andrew Henderson<br>
&gt;&gt; &gt;&gt; &lt;<a href="mailto:andrew.m.henderson@gmail.com">andrew.m.henderson@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hey John,<br>
&gt;&gt; &gt;&gt;&gt; Just want to confirm the plan for tomorrow.  As it stands, I&#39;m<br>
&gt;&gt; &gt;&gt;&gt; awaiting<br>
&gt;&gt; &gt;&gt;&gt; assignment following tomorrow&#39;s meeting, yes?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Andrew Henderson<br>
&gt;&gt; &gt;&gt;&gt; LinkedIn | Facebook | Twitter<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Andrew Henderson<br>
&gt;&gt; &gt; LinkedIn | Facebook | Twitter<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Andrew Henderson<br>
&gt; LinkedIn | Facebook | Twitter<br>
&gt;<br>
&gt;<br>
</div></div><div><div></div><div class="h5">_______________________________________________<br>
p2pu-dev mailing list<br>
<a href="mailto:p2pu-dev@lists.p2pu.org">p2pu-dev@lists.p2pu.org</a><br>
<a href="http://lists.p2pu.org/mailman/listinfo/p2pu-dev" target="_blank">http://lists.p2pu.org/mailman/listinfo/p2pu-dev</a><br>
</div></div></blockquote></div><br>