Transparent borders for ie6


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .ie {
  2. border: 5px solid transparent;
  3. /* ie6 */
  4. border-color: fuchsia;
  5. filter:chroma(color=fuchsia);
  6.  
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.