Google+ Tools
Make Google+ profile picture
Make Google plus banners for profile
Create and share your Google Plus profile banners.

Profile image for mrk studios dottDesign on July 28, 2011
Language
Other
Tags

Multiple borders (IE included)


div {
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#212121,direction=180,strength=0)"; /* IE 8 */
      filter: progid:DXImageTransform.Microsoft.Shadow(color=#212121,direction=180,strength=0); /* IE 7- */
  }
  div:before {
      position: absolute;
      top: 0px;
      width: 100%;
      height: 100%;
	    border-top: 1px solid #212121; /* top border! */
	    content: '';
	}
	div:after {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 1px;
	    border-bottom: 1px solid #212121; /* bottom border! */
	    content: '';
	}

Comments

blog comments powered by Disqus