Revision: 18185
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 23, 2009 15:38 by paulgrenwood
Initial Code
a[target="_blank"]:before,
a[target="new"]:before {
margin:0 5px 0 0;
padding:1px;
outline:1px solid #333;
color:#333;
background:#ff9;
font:12px "Zapf Dingbats";
content: "\279C";
}
Initial URL
Initial Description
This piece of CSS code will highlight links that open in a new window so that user knows before hand that link will pop open in a new tab or window.
Initial Title
Highlight Links that Open in a New Window
Initial Tags
css, links
Initial Language
CSS