Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created September 30, 2010 15:31
Show Gist options
  • Save vilmibm/604759 to your computer and use it in GitHub Desktop.
Save vilmibm/604759 to your computer and use it in GitHub Desktop.
/*$("div").prepend($('<div></div>').addClass("overlay"));*/
div.overlay {
position:absolute;
background: #666666 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat;
opacity: .50;
filter:Alpha(Opacity=50);
width:300px;
height:200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment