search results

  1. If you have full control of the HTML you want to apply this to, it is possible to achieve using a wrapper that has a second background colour (which acts as the borders)
    stackoverflow.com/.../css-border-color-​using-rgba-in-ie7-8 - Cached
  2. CSS: border-color using rgba in IE7-8. 0. Background-image css fails to display in IE7 & 8. question feed. about help badges blog chat data legal privacy policy jobs ...
    stackoverflow.com/questions/5994532/ie7-​css-broken-to-a... - Cached
  3. RGBa is a way to declare a color in CSS that includes ... personally I wouldn’t use the IE fix as I believe there’s a performance hit with using CSS ...
    css-tricks.com/rgba-browser-support - Cached
  4. Next to rgb you can now also use rgba. The “a” in this property-name stands, for, you guessed it: alpha. ... W3′s CSS Blog; Meta. Log in; About CSS3.info ...
    www.css3.info/preview/rgba - Cached
  5. Free HTML CSS JavaScript DOM jQuery XML AJAX RSS ASP .NET PHP SQL tutorials, ... RGBA color values are supported in IE9+, ... While using this site, ...
    www.w3schools.com/cssref/css_colors_​legal.asp - Cached
  6. In IE7 & 8, the RGBa color values are not ... (bad mark-up), just place a clear on the nav (not needed if using the AP) ... The CSS-Tricks forums are by the ...
    css-tricks.com/forums/discussion/13000/​ie7-and-ie8-issues/p1 - Cached
  7. CSS (Cascading Style Sheets) ... Notes on using colors. 5. ... CSS2 allowed border-color to also accept the ...
    www.w3.org/TR/css3-color - Cached
  8. The way to set opacity to borders with RGBA is to set border-color property by using RGBA value. ... For more about CSS and RGBA go to http://www.css3.info ...
    www.css3.info/introduction-opacity-rgba - Cached
  9. The border-color CSS property is a shorthand ... Learn more about why Mozilla is using ... If the value is translucent, the computed value will be the rgba
    developer.mozilla.org/en-US/docs/Web/​CSS/border... - Cached
  10. Using pure CSS you can create cross-browser compatible triangles with very little code! ... border-color: #2f2f2f transparent ... and on borwsers that support rgba(), ...
    davidwalsh.name/css-triangles - Cached